| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.980 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 259 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/LibrariesWorkbookPage.java |
| 2 | 4 | 238 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java |
| ||||
int nElementsChosen = libentries.length;
// remove duplicates
List cplist = fLibrariesList.getElements();
List elementsToAdd = new ArrayList(nElementsChosen);
|
| ||||
int nElementsChosen = entries.length;
// remove duplicates
List cplist = fProjectsList.getElements();
List elementsToAdd = new ArrayList(nElementsChosen);
|
| |||
int nElementsChosen = [[#variable581756e0]].length; // remove duplicates List cplist = [[#variable58175720]].getElements(); List elementsToAdd = new ArrayList(nElementsChosen); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#581756e0]] | libentries |
| 1 | 2 | [[#581756e0]] | entries |
| 2 | 1 | [[#58175720]] | fLibrariesList |
| 2 | 2 | [[#58175720]] | fProjectsList |