CloneSet1147


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16790
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java
26863
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
790
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java

// ++modCount
//
grow(size + growth);
int shifted = size - index;
if (shifted > 0) {
  System.arraycopy(data, index, data, index + growth, shifted);
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
863
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEList.java

// ++modCount
//
grow(size + growth);
int shifted = size - index;
if (shifted > 0) {
  System.arraycopy(data, index, data, index + growth, shifted);
}


Clone AbstractionParameter Count: 0Parameter Bindings

// ++modCount
//
grow(size + growth);
int shifted = size - index;
if (shifted > 0) {
  System.arraycopy(data, index, data, index + growth, shifted);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None