| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 4 | 3 | 0.963 | switch_group |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 97 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/IncludeOperation.java |
| 2 | 1 | 98 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/UnexcludeOperation.java |
| 3 | 1 | 99 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/UnexcludeOperation.java |
| 4 | 1 | 100 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/UnexcludeOperation.java |
| ||||
case DialogPackageExplorerActionGroup.FOLDER: if ( !isValidFolder((IResource) element, project))
return false; break;
|
| ||||
case DialogPackageExplorerActionGroup.FOLDER: if ( !isValidFolder((IResource) element, project))
return false; break;
|
| ||||
case DialogPackageExplorerActionGroup.EXCLUDED_FOLDER: if ( !isValidExcludedFolder((IResource) element, project))
return false; break;
|
| ||||
case DialogPackageExplorerActionGroup.EXCLUDED_FILE: if ( !isValidExcludedFile((IFile) element, project))
return false; break;
|
| |||
case DialogPackageExplorerActionGroup. [[#variable5b9115c0]]:
if ( ! [[#variable5b911540]](( [[#variable5b911420]]) element, project))
return false;
break;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5b9115c0]] | FOLDER |
| 1 | 2 | [[#5b9115c0]] | EXCLUDED_FOLDER |
| 1 | 3 | [[#5b9115c0]] | EXCLUDED_FILE |
| 1 | 4 | [[#5b9115c0]] | FOLDER |
| 2 | 1 | [[#5b911540]] | isValidFolder |
| 2 | 2 | [[#5b911540]] | isValidExcludedFolder |
| 2 | 3 | [[#5b911540]] | isValidExcludedFile |
| 2 | 4 | [[#5b911540]] | isValidFolder |
| 3 | 1 | [[#5b911420]] | IResource |
| 3 | 2 | [[#5b911420]] | IResource |
| 3 | 3 | [[#5b911420]] | IFile |
| 3 | 4 | [[#5b911420]] | IResource |