CloneSet535


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19413
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentsEList.java
29613
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentsEList.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
413
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EContentsEList.java

if (resolve()) {
  @SuppressWarnings("unchecked")List<E> newValueList = (List<E>) value;
  valueList = newValueList;
}
else {
  @SuppressWarnings("unchecked")InternalEList<E> newValueList = (InternalEList<E>) value;
  valueList = valueInternalEList = newValueList;
}


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

if (resolve()) {
  @SuppressWarnings("unchecked")List<E> newValueList = (List<E>) value;
  valueList = newValueList;
}
else {
  @SuppressWarnings("unchecked")InternalEList<E> newValueList = (InternalEList<E>) value;
  valueList = valueInternalEList = newValueList;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (resolve()) {
  @SuppressWarnings("unchecked")List<E> newValueList = (List<E>) value;
  valueList = newValueList;
}
else {
  @SuppressWarnings("unchecked")InternalEList<E> newValueList = (InternalEList<E>) value;
  valueList = valueInternalEList = newValueList;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None