CloneSet606


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

if (eContainer.eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage.EOPERATION__EEXCEPTIONS, oldERawType, newERawType, ((EOperation) eContainer).getEGenericExceptions().indexOf(this ), false);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


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

if (eContainer.eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage.ECLASS__ESUPER_TYPES, oldERawType, newERawType, ((EClass) eContainer).getEGenericSuperTypes().indexOf(this ), false);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

if (eContainer.eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(eContainer, Notification.SET, EcorePackage. [[#variable173771e0]], oldERawType, newERawType, (( [[#variable17377060]]) eContainer). [[#variable173770a0]]().indexOf(this ), false);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#173771e0]]
EOPERATION__EEXCEPTIONS 
12[[#173771e0]]
ECLASS__ESUPER_TYPES 
21[[#17377060]]
EOperation 
22[[#17377060]]
EClass 
31[[#173770a0]]
getEGenericExceptions 
32[[#173770a0]]
getEGenericSuperTypes