Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 250 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
2 | 2 | 1685 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Disassembler.java |
| ||||
for (int i = 0, max = components.length; i < max; i++) { disassemble(components[i], buffer, lineSeparator, tabNumber + 1); } |
| ||||
for (int i = 0, max = annotations.length; i < max; i++) { disassemble(annotations[i], buffer, lineSeparator, tabNumber + 1); } |
| |||
for (int i = 0, max = [[#variable635d59e0]].length; i < max; i++) { disassemble( [[#variable635d59e0]][i], buffer, lineSeparator, tabNumber + 1); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#635d59e0]] | annotations |
1 | 2 | [[#635d59e0]] | components |