CloneSet1445


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
14335
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java
24475
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
335
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeRecorder.java

int index = notification.getPosition();
if (index != Notification.NO_INDEX) {
  oldValue.set(index, notification.getOldValue());
}


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

int index = notification.getPosition();
if (index != Notification.NO_INDEX) {
  oldValue.set(index, notification.getOldValue());
}


Clone AbstractionParameter Count: 0Parameter Bindings

int index = notification.getPosition();
if (index != Notification.NO_INDEX) {
  oldValue.set(index, notification.getOldValue());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None