CloneSet222


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4630.954executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14142
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EFactoryImpl.java
24173
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java
34436
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java
44484
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EGenericTypeImpl.java
54376
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java
64418
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/ETypedElementImpl.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
142
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EFactoryImpl.java

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


Next
Previous
Clone Instance
2
Line Count
4
Source Line
173
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__EUPPER_BOUND, oldEUpperBound, newEUpperBound);
  if (msgs == null)
    msgs = notification;
  else
    msgs.add(notification);
}


Next
Previous
Clone Instance
3
Line Count
4
Source Line
436
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__ELOWER_BOUND, oldELowerBound, newELowerBound);
  if (msgs == null)
    msgs = notification;
  else
    msgs.add(notification);
}


Next
Previous
Clone Instance
4
Line Count
4
Source Line
484
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__ETYPE_PARAMETER, oldETypeParameter, newETypeParameter);
  if (msgs == null)
    msgs = notification;
  else
    msgs.add(notification);
}


Next
Previous
Clone Instance
5
Line Count
4
Source Line
376
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageImpl.java

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


First
Previous
Clone Instance
6
Line Count
4
Source Line
418
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, oldEGenericType, 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. [[#variable171831e0]],  [[#variable17183160]],  [[#variable17183060]]);
  if (msgs == null)
    msgs = notification;
  else
    msgs.add(notification);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171831e0]]
EFACTORY__EPACKAGE 
12[[#171831e0]]
EGENERIC_TYPE__EUPPER_BOUND 
13[[#171831e0]]
EGENERIC_TYPE__ELOWER_BOUND 
14[[#171831e0]]
EGENERIC_TYPE__ETYPE_PARAMETER 
15[[#171831e0]]
EPACKAGE__EFACTORY_INSTANCE 
16[[#171831e0]]
ETYPED_ELEMENT__EGENERIC_TYPE 
21[[#17183160]]
oldEPackage 
22[[#17183160]]
oldEUpperBound 
23[[#17183160]]
oldELowerBound 
24[[#17183160]]
oldETypeParameter 
25[[#17183160]]
oldEFactoryInstance 
26[[#17183160]]
oldEGenericType 
31[[#17183060]]
newEPackage 
32[[#17183060]]
newEUpperBound 
33[[#17183060]]
newELowerBound 
34[[#17183060]]
newETypeParameter 
35[[#17183060]]
newEFactoryInstance 
36[[#17183060]]
newEGenericType