CloneSet4670


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.970executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12148
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java
2234
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfoWithAnnotation.java
3240
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfoWithAnnotation.java
Clone Instance
1
Line Count
2
Source Line
148
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/FileSystem.java

        for (int i = 0, max = this.classpaths.length; i < max; i++)
                this.classpaths[i].reset();


Clone Instance
2
Line Count
2
Source Line
34
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfoWithAnnotation.java

        for (int i = 0, max = this.annotations.length; i < max; i++)
                this.annotations[i].initialize();


Clone Instance
3
Line Count
2
Source Line
40
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfoWithAnnotation.java

                for (int i = 0, max = this.annotations.length; i < max; i++)
                        this.annotations[i].reset();


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = 0, max = this. [[#variable57ce74c0]].length; i < max; i++)
  this. [[#variable57ce74c0]][i]. [[#variable57ce73e0]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57ce74c0]]
annotations 
12[[#57ce74c0]]
annotations 
13[[#57ce74c0]]
classpaths 
21[[#57ce73e0]]
initialize 
22[[#57ce73e0]]
reset 
23[[#57ce73e0]]
reset