CloneSet668


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110423
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java
210549
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
423
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java

int[] positions = (int[]) notification.getNewValue();
if (positions == null) {
  oldValue.addAll(removedValues);
}
else {
  for (int i = 0; i < positions.length; ++i) {
    oldValue.add(positions[i], removedValues.get(i));
  }
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
549
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java

int[] positions = (int[]) notification.getNewValue();
if (positions == null) {
  oldValue.addAll(removedValues);
}
else {
  for (int i = 0; i < positions.length; ++i) {
    oldValue.add(positions[i], removedValues.get(i));
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

int[] positions = (int[]) notification.getNewValue();
if (positions == null) {
  oldValue.addAll(removedValues);
}
else {
  for (int i = 0; i < positions.length; ++i) {
    oldValue.add(positions[i], removedValues.get(i));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None