Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1516 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
2 | 6 | 1572 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
if (left <= right) { char[] tmp = list[left]; list[left] = list[right]; list[right] = tmp; left++; right--; } |
| ||||
if (left <= right) { int tmp = list[left]; list[left] = list[right]; list[right] = tmp; left++; right--; } |
| |||
if (left <= right) { [[#variable5a441460]] [[#variable5a441f00]] tmp = list[left]; list[left] = list[right]; list[right] = tmp; left++; right--; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a441460]] | char |
1 | 2 | [[#5a441460]] | int |
2 | 1 | [[#5a441f00]] | [] |
2 | 2 | [[#5a441f00]] |