CloneSet864


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

for (int i = 0; i < listAsArray.length; i++) {
  int oldIndex = indexOf(list, listAsArray[i], i);
  if (i != oldIndex) {
    list.move(i, oldIndex);
  }
}


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

for (int i = 0; i < listAsArray.length; i++) {
  int oldIndex = indexOf(list, listAsArray[i], i);
  if (i != oldIndex) {
    list.move(i, oldIndex);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

for (int i = 0; i < listAsArray.length; i++) {
  int oldIndex = indexOf(list, listAsArray[i], i);
  if (i != oldIndex) {
    list.move(i, oldIndex);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None