CloneSet574


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

@SuppressWarnings("unchecked")Collection<Notifier> newValues = (Collection<Notifier>) notification.getNewValue();
for (Notifier newValue: newValues) {
  addAdapter(newValue);
}


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

@SuppressWarnings("unchecked")Collection<Notifier> newValues = (Collection<Notifier>) notification.getNewValue();
for (Notifier newValue: newValues) {
  addAdapter(newValue);
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
151
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentAdapter.java

@SuppressWarnings("unchecked")Collection<Notifier> newValues = (Collection<Notifier>) notification.getNewValue();
for (Notifier newValue: newValues) {
  addAdapter(newValue);
}


Clone AbstractionParameter Count: 0Parameter Bindings

@SuppressWarnings("unchecked")Collection<Notifier> newValues = (Collection<Notifier>) notification.getNewValue();
for (Notifier newValue: newValues) {
  addAdapter(newValue);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None