CloneSet1580


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.951statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13124
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/ProcessingInstructionImpl.java
23192
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/impl/TreeNodeImpl.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
124
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/ProcessingInstructionImpl.java

data = newData;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET, XMLTypePackage.PROCESSING_INSTRUCTION__DATA, oldData, data));


First
Previous
Clone Instance
2
Line Count
3
Source Line
192
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/impl/TreeNodeImpl.java

data = newData;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET, TreePackage.TREE_NODE__DATA, oldData, data));


Clone AbstractionParameter Count: 2Parameter Bindings

data = newData;
if (eNotificationRequired())
  eNotify(new ENotificationImpl(this, Notification.SET,  [[#variable175f3b40]]. [[#variable175f1f80]], oldData, data));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175f3b40]]
XMLTypePackage 
12[[#175f3b40]]
TreePackage 
21[[#175f1f80]]
PROCESSING_INSTRUCTION__DATA 
22[[#175f1f80]]
TREE_NODE__DATA