CloneSet7916


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.967statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16283
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java
21368
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java
Clone Instance
1
Line Count
6
Source Line
283
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java

                System.arraycopy(
                        accessedConstructor.parameters, 
                        0, 
                        this.parameters, 
                        0, 
                        accessedConstructor.parameters.length);


Clone Instance
2
Line Count
1
Source Line
368
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java

                        System.arraycopy(accessedMethod.parameters, 0, this.parameters, 1, accessedMethod.parameters.length);


Clone AbstractionParameter Count: 2Parameter Bindings

System.arraycopy( [[#variable4ea2ce80]].parameters, 0, this.parameters,  [[#variable4ea2cde0]],  [[#variable4ea2ce80]].parameters.length);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ea2ce80]]
accessedConstructor 
12[[#4ea2ce80]]
accessedMethod 
21[[#4ea2cde0]]
0 
22[[#4ea2cde0]]
1