CloneSet4282


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2330.954statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12100
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java
22114
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java
32105
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java
Clone Instance
1
Line Count
2
Source Line
100
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java

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


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

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


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

                                for (int i = 0, count = types.length; i < count; i++) {
                                        types[i].analyseCode(scope);
                                }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int i = 0, [[#variablea0effd20]]= [[#variablea0effcc0]].length; i <  [[#variablea0effd20]]; i++) {
   [[#variablea0effcc0]][i]. [[#variable559882c0]](scope);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0effd20]]
length 
12[[#a0effd20]]
count 
13[[#a0effd20]]
length 
21[[#a0effcc0]]
statements 
22[[#a0effcc0]]
types 
23[[#a0effcc0]]
statements 
31[[#559882c0]]
resolve 
32[[#559882c0]]
analyseCode 
33[[#559882c0]]
resolve