CloneSet1811


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182441
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
282500
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
2441
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java

if (notifications == null) {
  owner.eNotify(notification);
}
else {
  notifications.add(notification);
  notifications.dispatch();
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
2500
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java

if (notifications == null) {
  owner.eNotify(notification);
}
else {
  notifications.add(notification);
  notifications.dispatch();
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (notifications == null) {
  owner.eNotify(notification);
}
else {
  notifications.add(notification);
  notifications.dispatch();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None