| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.976 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 141 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/IncludeOperation.java |
| 2 | 4 | 145 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/IncludeOperation.java |
| ||||
if (type == DialogPackageExplorerActionGroup.PACKAGE_FRAGMENT)
return NewWizardMessages.PackageExplorerActionGroup_FormText_Include;
if (type == DialogPackageExplorerActionGroup.COMPILATION_UNIT)
return NewWizardMessages.PackageExplorerActionGroup_FormText_Include;
|
| ||||
if (type == DialogPackageExplorerActionGroup.FOLDER)
return NewWizardMessages.PackageExplorerActionGroup_FormText_Include;
if (type == DialogPackageExplorerActionGroup.EXCLUDED_FOLDER)
return NewWizardMessages.PackageExplorerActionGroup_FormText_Include;
|
| |||
if (type == DialogPackageExplorerActionGroup. [[#variablec1fabc80]]) return NewWizardMessages.PackageExplorerActionGroup_FormText_Include; if (type == DialogPackageExplorerActionGroup. [[#variablec1fabbc0]]) return NewWizardMessages.PackageExplorerActionGroup_FormText_Include; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c1fabc80]] | PACKAGE_FRAGMENT |
| 1 | 2 | [[#c1fabc80]] | FOLDER |
| 2 | 1 | [[#c1fabbc0]] | COMPILATION_UNIT |
| 2 | 2 | [[#c1fabbc0]] | EXCLUDED_FOLDER |