Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 124 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/impl/ProcessingInstructionImpl.java |
2 | 3 | 192 | 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, XMLTypePackage.PROCESSING_INSTRUCTION__DATA, oldData, data)); |
| |||||
data = newData; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, TreePackage.TREE_NODE__DATA, oldData, data)); |
| |||
data = newData; if (eNotificationRequired()) eNotify(new ENotificationImpl(this, Notification.SET, [[#variable175f3b40]]. [[#variable175f1f80]], oldData, data)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175f3b40]] | XMLTypePackage |
1 | 2 | [[#175f3b40]] | TreePackage |
2 | 1 | [[#175f1f80]] | PROCESSING_INSTRUCTION__DATA |
2 | 2 | [[#175f1f80]] | TREE_NODE__DATA |