| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 3 | 0.978 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 318 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
| 2 | 3 | 324 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
| 3 | 3 | 377 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
| 4 | 3 | 381 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceContainerWorkbookPage.java |
| ||||
AddSourceFolderWizard wizard = newSourceFolderWizard(newElement, fFoldersList.getElements(), fOutputLocationField.getText(), true);
OpenBuildPathWizardAction action = new OpenBuildPathWizardAction(wizard);
action.run();
|
| ||||
AddSourceFolderWizard wizard = newLinkedSourceFolderWizard(newElement, fFoldersList.getElements(), fOutputLocationField.getText(), true);
OpenBuildPathWizardAction action = new OpenBuildPathWizardAction(wizard);
action.run();
|
| ||||
AddSourceFolderWizard wizard = newLinkedSourceFolderWizard(elem, fFoldersList.getElements(), fOutputLocationField.getText(), false);
OpenBuildPathWizardAction action = new OpenBuildPathWizardAction(wizard);
action.run();
|
| ||||
AddSourceFolderWizard wizard = newSourceFolderWizard(elem, fFoldersList.getElements(), fOutputLocationField.getText(), false);
OpenBuildPathWizardAction action = new OpenBuildPathWizardAction(wizard);
action.run();
|
| |||
AddSourceFolderWizard wizard = [[#variableb1506820]]( [[#variableb15062e0]], fFoldersList.getElements(), fOutputLocationField.getText(), [[#variableb1506860]]); OpenBuildPathWizardAction action = new OpenBuildPathWizardAction(wizard); action.run(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b1506820]] | newSourceFolderWizard |
| 1 | 2 | [[#b1506820]] | newLinkedSourceFolderWizard |
| 1 | 3 | [[#b1506820]] | newLinkedSourceFolderWizard |
| 1 | 4 | [[#b1506820]] | newSourceFolderWizard |
| 2 | 1 | [[#b15062e0]] | newElement |
| 2 | 2 | [[#b15062e0]] | newElement |
| 2 | 3 | [[#b15062e0]] | elem |
| 2 | 4 | [[#b15062e0]] | elem |
| 3 | 1 | [[#b1506860]] | true |
| 3 | 2 | [[#b1506860]] | true |
| 3 | 3 | [[#b1506860]] | false |
| 3 | 4 | [[#b1506860]] | false |