Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 34 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentAdapter.java |
2 | 3 | 38 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/threadgroups/JavaThreadGroupContentAdapter.java |
| ||||
for (int i = 0; i < threads.length; i++) { kids[index] = threads[i]; index++; } |
| ||||
for (int i = 0; i < threadGroups.length; i++) { kids[index] = threadGroups[i]; index++; } |
| |||
for (int i = 0; i < [[#variable55cfef60]].length; i++) { kids[index] = [[#variable55cfef60]][i]; index++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55cfef60]] | threadGroups |
1 | 2 | [[#55cfef60]] | threads |