CloneSet1448


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.978statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17289
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java
27180
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
289
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingEcoreEList.java

if (((InternalEObject) resolved).eInternalContainer() == null) {
  notificationChain = inverseAdd(resolved, notificationChain);
}
if (notificationChain != null) {
  notificationChain.dispatch();
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
180
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreEList.java

if (((InternalEObject) resolved).eInternalContainer() == null) {
  notificationChain = inverseAdd(resolvedElement, notificationChain);
}
if (notificationChain != null) {
  notificationChain.dispatch();
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (((InternalEObject) resolved).eInternalContainer() == null) {
  notificationChain = inverseAdd( [[#variable175b89c0]], notificationChain);
}
if (notificationChain != null) {
  notificationChain.dispatch();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175b89c0]]
resolved 
12[[#175b89c0]]
resolvedElement