| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 4 | 0.966 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 49 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/RefactoringAnalyzeUtil.java |
| 2 | 4 | 661 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/CPListElement.java |
| ||||
for (int i = 0; i < edits.length; i++) {
result[i] = RefactoringAnalyzeUtil.getNewTextRange(edits[i], change);
}
return result;
|
| ||||
for (int i = 0; i < rawClasspath.length; i++) {
result[i] = CPListElement.createFromExisting(rawClasspath[i], project);
}
return result;
|
| |||
for (int i = 0; i < [[#variable780868e0]].length; i++) {
result[i] = [[#variable98ec0500]]. [[#variablea38e7c60]]( [[#variable780868e0]][i], [[#variablea38e7c80]]);
}
return result;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#780868e0]] | rawClasspath |
| 1 | 2 | [[#780868e0]] | edits |
| 2 | 1 | [[#98ec0500]] | CPListElement |
| 2 | 2 | [[#98ec0500]] | RefactoringAnalyzeUtil |
| 3 | 1 | [[#a38e7c60]] | createFromExisting |
| 3 | 2 | [[#a38e7c60]] | getNewTextRange |
| 4 | 1 | [[#a38e7c80]] | project |
| 4 | 2 | [[#a38e7c80]] | change |