CloneSet988


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

int position = notification.getPosition();
for (int i = ((Collection<? >) notification.getNewValue()).size(); --i >= 0;) {
  oldValue.remove(position);
}


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

int position = notification.getPosition();
for (int i = ((Collection<? >) notification.getNewValue()).size(); --i >= 0;) {
  oldValue.remove(position);
}


Clone AbstractionParameter Count: 0Parameter Bindings

int position = notification.getPosition();
for (int i = ((Collection<? >) notification.getNewValue()).size(); --i >= 0;) {
  oldValue.remove(position);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None