CloneSet7388


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1236
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/CompoundNameVector.java
2251
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/TypeVector.java
Clone Instance
1
Line Count
2
Source Line
36
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/CompoundNameVector.java

        System.arraycopy(newElements, 0, elements, size, newElements.length);
        size += newElements.length;


Clone Instance
2
Line Count
2
Source Line
51
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/TypeVector.java

        System.arraycopy(newElements, 0, elements, size, newElements.length);
        size += newElements.length;


Clone AbstractionParameter Count: 0Parameter Bindings

System.arraycopy(newElements, 0, elements, size, newElements.length);
size += newElements.length;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None