| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 4 | 0.964 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 493 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java |
| 2 | 3 | 537 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ClasspathModifierQueries.java |
| ||||
ExclusionInclusionDialog dialog = new ExclusionInclusionDialog(sh, element, focusOnExcluded);
result[0] = dialog.open() == Window.OK;
fInclusionPattern = dialog.getInclusionPattern();
|
| ||||
OutputLocationDialog dialog = new OutputLocationDialog(sh, element, classpathList);
result[0] = dialog.open() == Window.OK;
fOutputLocation = dialog.getOutputLocation();
|
| |||
[[#variableba30f720]] dialog = new [[#variableba30f720]](sh, element, [[#variableba30f6a0]]); result[0] = dialog.open() == Window.OK; [[#variableba30eb60]]= dialog. [[#variableba30f700]](); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#ba30f720]] | OutputLocationDialog |
| 1 | 2 | [[#ba30f720]] | ExclusionInclusionDialog |
| 2 | 1 | [[#ba30f6a0]] | classpathList |
| 2 | 2 | [[#ba30f6a0]] | focusOnExcluded |
| 3 | 1 | [[#ba30eb60]] | fOutputLocation |
| 3 | 2 | [[#ba30eb60]] | fInclusionPattern |
| 4 | 1 | [[#ba30f700]] | getOutputLocation |
| 4 | 2 | [[#ba30f700]] | getInclusionPattern |