| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.987 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 872 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
| 2 | 2 | 276 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/OutputLocationDialog.java |
| ||||
IProject[] allProjects = fWorkspaceRoot.getProjects();
ArrayList rejectedElements = new ArrayList(allProjects.length);
|
| ||||
IProject[] allProjects = root.getProjects();
ArrayList rejectedElements = new ArrayList(allProjects.length);
|
| |||
IProject[] allProjects = [[#variableb7921960]].getProjects(); ArrayList rejectedElements = new ArrayList(allProjects.length); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b7921960]] | root |
| 1 | 2 | [[#b7921960]] | fWorkspaceRoot |