CloneSet1582


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13152
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EEnumLiteralImpl.java
23233
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStringToStringMapEntryImpl.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
152
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EEnumLiteralImpl.java

value = newValue;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET, EcorePackage.EENUM_LITERAL__VALUE, oldValue, value));


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

value = newValue;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET, EcorePackage.ESTRING_TO_STRING_MAP_ENTRY__VALUE, oldValue, value));


Clone AbstractionParameter Count: 1Parameter Bindings

value = newValue;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET, EcorePackage. [[#variable175f8180]], oldValue, value));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175f8180]]
EENUM_LITERAL__VALUE 
12[[#175f8180]]
ESTRING_TO_STRING_MAP_ENTRY__VALUE