CloneSet1012


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.984block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161212
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java
261396
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
1212
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java

{
  int size = size();
  if (index < 0 || index > size())
    throw new IndexOutOfBoundsException("index=" + index + ", size=" + size);
  return new EListIterator<E>(index);
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
1396
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingEList.java

{
  int size = size();
  if (index < 0 || index > size())
    throw new IndexOutOfBoundsException("index=" + index + ", size=" + size);
  return new NonResolvingEListIterator<E>(index);
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  int size = size();
  if (index < 0 || index > size())
    throw new IndexOutOfBoundsException("index=" + index + ", size=" + size);
  return new [[#variable174af160]]<E>(index);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174af160]]
EListIterator 
12[[#174af160]]
NonResolvingEListIterator