CloneSet7511


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.959executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12148
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java
22181
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
Clone Instance
1
Line Count
2
Source Line
148
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CastExpression.java

                                                                               {
                                                System.arraycopy(rawArgumentTypes, 0, rawArgumentTypes = new TypeBinding[length], 0, length);
                                                                               }


Clone Instance
2
Line Count
2
Source Line
181
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java

                                                                        {
                                        System.arraycopy(substitutes, 0, resolvedSubstitutes = new TypeBinding[varLength], 0, i); // clone to replace null with original variable in param method
                                                                        }


Clone AbstractionParameter Count: 4Parameter Bindings

{
  System.arraycopy( [[#variable58efe780]], 0,  [[#variable58efe6e0]]= new TypeBinding[ [[#variable58efe640]]], 0,  [[#variable58efe520]]); // clone to replace null with original variable in param method
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58efe780]]
rawArgumentTypes 
12[[#58efe780]]
substitutes 
21[[#58efe6e0]]
rawArgumentTypes 
22[[#58efe6e0]]
resolvedSubstitutes 
31[[#58efe640]]
length 
32[[#58efe640]]
varLength 
41[[#58efe520]]
length 
42[[#58efe520]]
i