| 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.988 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 436 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java |
| 2 | 2 | 453 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestViewer.java |
| ||||
for (int i = 0; i < toUpdate.length; i++)
updateElementInTree((TestElement) toUpdate[i]);
|
| ||||
for (int i = 0; i < toUpdate.length; i++)
updateElementInTable((TestElement) toUpdate[i]);
|
| |||
for (int i = 0; i < toUpdate.length; i++) [[#variableb9393900]]((TestElement) toUpdate[i]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b9393900]] | updateElementInTree |
| 1 | 2 | [[#b9393900]] | updateElementInTable |