CloneSet1259


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.968executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13430
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java
23419
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java
33139
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java
43969
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
53974
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
631045
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java
Clone Instance
1
Line Count
3
Source Line
430
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java

                                             {
                        for (int i = 0, length = this.statements.length; i < length; i++) {
                                this.statements[i].resolve(this.scope);
                        }
                                             }


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

                                         {
                for (int i = 0, length = this.typeParameters.length; i < length; i++) {
                        this.typeParameters[i].resolve(this.scope);
                }
                                         }


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

                                                 {
                        for (int i = 0, length = this.typeParameters.length; i < length; i++) {
                                this.typeParameters[i].resolve(this.scope);
                        }
                                                 }


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

                                                 {
                        for (int i = 0, count = this.typeParameters.length; i < count; i++) {
                                this.typeParameters[i].resolve(this.scope);
                        }
                                                 }


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

                                              {
                        for (int i = 0, count = this.memberTypes.length; i < count; i++) {
                                this.memberTypes[i].resolve(this.scope);
                        }
                                              }


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

                                          {
                        for (int i = 0, count = this.methods.length; i < count; i++) {
                                this.methods[i].resolve(this.scope);
                        }
                                          }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  for (int i = 0, [[#variableb4410780]]= this. [[#variableb4410700]].length; i <  [[#variableb4410780]]; i++) {
    this. [[#variableb4410700]][i].resolve(this.scope);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b4410780]]
length 
12[[#b4410780]]
length 
13[[#b4410780]]
count 
14[[#b4410780]]
count 
15[[#b4410780]]
count 
16[[#b4410780]]
length 
21[[#b4410700]]
typeParameters 
22[[#b4410700]]
statements 
23[[#b4410700]]
methods 
24[[#b4410700]]
memberTypes 
25[[#b4410700]]
typeParameters 
26[[#b4410700]]
typeParameters