CloneSet9989


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
1238
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java
22272
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
Clone Instance
1
Line Count
2
Source Line
38
Source File
plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java

                        int length = this.typeArguments.length;
                        this.genericTypeArguments = new TypeBinding[length];


Clone Instance
2
Line Count
2
Source Line
272
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                        int length = this.typeArguments.length;
                        this.genericTypeArguments = new TypeBinding[length];


Clone AbstractionParameter Count: 0Parameter Bindings

int length = this.typeArguments.length;
this.genericTypeArguments = new TypeBinding[length];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None