Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.954 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java |
2 | 2 | 114 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Block.java |
3 | 2 | 105 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
| ||||
for (int i = 0, length = statements.length; i < length; i++) { statements[i].resolve(scope); } |
| ||||
for (int i = 0, length = statements.length; i < length; i++) { statements[i].resolve(scope); } |
| ||||
for (int i = 0, count = types.length; i < count; i++) { types[i].analyseCode(scope); } |
| |||
for (int i = 0, [[#variablea0effd20]]= [[#variablea0effcc0]].length; i < [[#variablea0effd20]]; i++) { [[#variablea0effcc0]][i]. [[#variable559882c0]](scope); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0effd20]] | length |
1 | 2 | [[#a0effd20]] | count |
1 | 3 | [[#a0effd20]] | length |
2 | 1 | [[#a0effcc0]] | statements |
2 | 2 | [[#a0effcc0]] | types |
2 | 3 | [[#a0effcc0]] | statements |
3 | 1 | [[#559882c0]] | resolve |
3 | 2 | [[#559882c0]] | analyseCode |
3 | 3 | [[#559882c0]] | resolve |