Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 132 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewContainerDialog.java |
2 | 6 | 173 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewSourceFolderDialog.java |
| ||||
if (isFolderExisting(folder)) { fContainerFieldStatus.setError(NewWizardMessages.NewContainerDialog_error_pathexists); return; } fContainerFieldStatus.setOK(); fFolder = folder; |
| ||||
if (isExisting(folder)) { fContainerFieldStatus.setError(NewWizardMessages.NewSourceFolderDialog_error_pathexists); return; } fContainerFieldStatus.setOK(); fFolder = folder; |
| |||
if ( [[#variable72f580c0]](folder)) { fContainerFieldStatus.setError(NewWizardMessages. [[#variable72f580e0]]); return; } fContainerFieldStatus.setOK(); fFolder = folder; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72f580c0]] | isExisting |
1 | 2 | [[#72f580c0]] | isFolderExisting |
2 | 1 | [[#72f580e0]] | NewSourceFolderDialog_error_pathexists |
2 | 2 | [[#72f580e0]] | NewContainerDialog_error_pathexists |