Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 289 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java |
2 | 7 | 180 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java |
| |||||
if (((InternalEObject) resolved).eInternalContainer() == null) { notificationChain = inverseAdd(resolved, notificationChain); } if (notificationChain != null) { notificationChain.dispatch(); } |
| |||||
if (((InternalEObject) resolved).eInternalContainer() == null) { notificationChain = inverseAdd(resolvedElement, notificationChain); } if (notificationChain != null) { notificationChain.dispatch(); } |
| |||
if (((InternalEObject) resolved).eInternalContainer() == null) { notificationChain = inverseAdd( [[#variable175b89c0]], notificationChain); } if (notificationChain != null) { notificationChain.dispatch(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175b89c0]] | resolved |
1 | 2 | [[#175b89c0]] | resolvedElement |