| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 1 | 0.962 | block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1822 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 2 | 3 | 1830 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 3 | 3 | 1834 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| 4 | 3 | 1859 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
{
if (list.length > 1)
quickSort(list, 0, list.length - 1);
}
|
| ||||
{
if (objects.length > 1)
quickSort(objects, 0, objects.length - 1);
}
|
| ||||
{
if (list.length > 1)
quickSort(list, 0, list.length - 1);
}
|
| ||||
{
if (strings.length > 1)
quickSort(strings, 0, strings.length - 1);
}
|
| |||
{
if ( [[#variable9b1dc320]].length > 1)
quickSort( [[#variable9b1dc320]], 0, [[#variable9b1dc320]].length - 1);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9b1dc320]] | list |
| 1 | 2 | [[#9b1dc320]] | objects |
| 1 | 3 | [[#9b1dc320]] | strings |
| 1 | 4 | [[#9b1dc320]] | list |