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.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 213 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
2 | 2 | 357 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
3 | 2 | 364 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ForStatement.java |
| ||||
for (int i = 0, count = types.length; i < count; i++) types[i].generateCode(scope); |
| ||||
for (int i = 0, length = initializations.length; i < length; i++) initializations[i].resolve(scope); |
| ||||
for (int i = 0, length = increments.length; i < length; i++) increments[i].resolve(scope); |
| |||
for (int i = 0, [[#variable9d180080]]= [[#variable967cffe0]].length; i < [[#variable9d180080]]; i++) [[#variable967cffe0]][i]. [[#variable967cff80]](scope); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d180080]] | count |
1 | 2 | [[#9d180080]] | length |
1 | 3 | [[#9d180080]] | length |
2 | 1 | [[#967cffe0]] | types |
2 | 2 | [[#967cffe0]] | increments |
2 | 3 | [[#967cffe0]] | initializations |
3 | 1 | [[#967cff80]] | generateCode |
3 | 2 | [[#967cff80]] | resolve |
3 | 3 | [[#967cff80]] | resolve |