CloneSet1130


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.978executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13328
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java
23370
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java
33495
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java
43217
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java
53226
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java
63385
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java
Clone Instance
1
Line Count
3
Source Line
328
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java

                                                {
                        for (int i = 0, typeArgumentsLength = this.typeArguments.length; i < typeArgumentsLength; i++) {
                                this.typeArguments[i].traverse(visitor, scope);
                        }
                                                }


Clone Instance
2
Line Count
3
Source Line
370
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java

                                                        {
                                for (int i = 0, typeArgumentsLength = this.typeArguments.length; i < typeArgumentsLength; i++) {
                                        this.typeArguments[i].traverse(visitor, scope);
                                }
                                                        }


Clone Instance
3
Line Count
3
Source Line
495
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java

                                                {
                        for (int i = 0, typeArgumentsLength = this.typeArguments.length; i < typeArgumentsLength; i++) {
                                this.typeArguments[i].traverse(visitor, blockScope);
                        }
                                                }


Clone Instance
4
Line Count
3
Source Line
217
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java

                                                {
                        for (int i = 0, max = this.typeArguments.length; i < max; i++) {
                                this.typeArguments[i].traverse(visitor, scope);
                        }
                                                }


Clone Instance
5
Line Count
3
Source Line
226
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java

                                                {
                        for (int i = 0, max = this.typeArguments.length; i < max; i++) {
                                this.typeArguments[i].traverse(visitor, scope);
                        }
                                                }


Clone Instance
6
Line Count
3
Source Line
385
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/QualifiedAllocationExpression.java

                                                        {
                                for (int i = 0, typeArgumentsLength = this.typeArguments.length; i < typeArgumentsLength; i++) {
                                        this.typeArguments[i].traverse(visitor, scope);
                                }
                                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  for (int i = 0, [[#variableb5814060]]= this.typeArguments.length; i <  [[#variableb5814060]]; i++) {
    this.typeArguments[i].traverse(visitor,  [[#variableb78cdfe0]]);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b5814060]]
typeArgumentsLength 
12[[#b5814060]]
max 
13[[#b5814060]]
typeArgumentsLength 
14[[#b5814060]]
typeArgumentsLength 
15[[#b5814060]]
max 
16[[#b5814060]]
typeArgumentsLength 
21[[#b78cdfe0]]
scope 
22[[#b78cdfe0]]
scope 
23[[#b78cdfe0]]
blockScope 
24[[#b78cdfe0]]
scope 
25[[#b78cdfe0]]
scope 
26[[#b78cdfe0]]
scope