CloneSet364


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

if (eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.EGENERIC_TYPE__ERAW_TYPE, oldERawType, eRawType);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


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

if (eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.EGENERIC_TYPE__ECLASSIFIER, oldEClassifier, eClassifier);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


Next
Previous
Clone Instance
3
Line Count
10
Source Line
345
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/ETypedElementImpl.java

if (eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.ETYPED_ELEMENT__ETYPE, oldEType, eType);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


First
Previous
Clone Instance
4
Line Count
11
Source Line
451
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/ETypedElementImpl.java

if (eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage.ETYPED_ELEMENT__EGENERIC_TYPE, newEGenericType, newEGenericType);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

if (eNotificationRequired()) {
  ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, EcorePackage. [[#variable17270160]],  [[#variable172700c0]],  [[#variable1726df60]]);
  if (msgs == null) {
    msgs = notification;
  }
  else {
    msgs.add(notification);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17270160]]
EGENERIC_TYPE__ERAW_TYPE 
12[[#17270160]]
EGENERIC_TYPE__ECLASSIFIER 
13[[#17270160]]
ETYPED_ELEMENT__ETYPE 
14[[#17270160]]
ETYPED_ELEMENT__EGENERIC_TYPE 
21[[#172700c0]]
oldERawType 
22[[#172700c0]]
oldEClassifier 
23[[#172700c0]]
oldEType 
24[[#172700c0]]
newEGenericType 
31[[#1726df60]]
eRawType 
32[[#1726df60]]
eClassifier 
33[[#1726df60]]
eType 
34[[#1726df60]]
newEGenericType