Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 13 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 119 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedLibraryOperation.java |
2 | 2 | 128 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
3 | 2 | 130 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
4 | 2 | 132 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
5 | 2 | 136 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
6 | 2 | 138 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
7 | 2 | 118 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ExcludeOperation.java |
8 | 2 | 120 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ExcludeOperation.java |
9 | 2 | 122 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ExcludeOperation.java |
10 | 2 | 124 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ExcludeOperation.java |
11 | 2 | 130 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/RemoveFromClasspathOperation.java |
12 | 2 | 162 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/UnexcludeOperation.java |
13 | 2 | 164 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/UnexcludeOperation.java |
| ||||
if (type == DialogPackageExplorerActionGroup.ARCHIVE) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ArchiveToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.JAVA_PROJECT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ProjectToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.PACKAGE_FRAGMENT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_PackageToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.MODIFIED_FRAGMENT_ROOT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_PackageToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.FOLDER) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_FolderToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.EXCLUDED_FOLDER) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_FolderToBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.PACKAGE_FRAGMENT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ExcludePackage, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.INCLUDED_FOLDER) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ExcludePackage, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.COMPILATION_UNIT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ExcludeFile, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.INCLUDED_FILE) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ExcludeFile, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.JAVA_PROJECT) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_ProjectFromBuildpath, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.FOLDER) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_UnexcludeFolder, name); |
| ||||
if (type == DialogPackageExplorerActionGroup.EXCLUDED_FILE) return Messages.format(NewWizardMessages.PackageExplorerActionGroup_FormText_UnexcludeFile, name); |
| |||
if (type == DialogPackageExplorerActionGroup. [[#variable53854740]]) return Messages.format(NewWizardMessages. [[#variable53854ec0]], name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53854740]] | INCLUDED_FILE |
1 | 2 | [[#53854740]] | EXCLUDED_FOLDER |
1 | 3 | [[#53854740]] | INCLUDED_FOLDER |
1 | 4 | [[#53854740]] | MODIFIED_FRAGMENT_ROOT |
1 | 5 | [[#53854740]] | ARCHIVE |
1 | 6 | [[#53854740]] | JAVA_PROJECT |
1 | 7 | [[#53854740]] | JAVA_PROJECT |
1 | 8 | [[#53854740]] | EXCLUDED_FILE |
1 | 9 | [[#53854740]] | FOLDER |
1 | 10 | [[#53854740]] | FOLDER |
1 | 11 | [[#53854740]] | COMPILATION_UNIT |
1 | 12 | [[#53854740]] | PACKAGE_FRAGMENT |
1 | 13 | [[#53854740]] | PACKAGE_FRAGMENT |
2 | 1 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ExcludeFile |
2 | 2 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_FolderToBuildpath |
2 | 3 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ExcludePackage |
2 | 4 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_PackageToBuildpath |
2 | 5 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ArchiveToBuildpath |
2 | 6 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ProjectToBuildpath |
2 | 7 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ProjectFromBuildpath |
2 | 8 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_UnexcludeFile |
2 | 9 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_UnexcludeFolder |
2 | 10 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_FolderToBuildpath |
2 | 11 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ExcludeFile |
2 | 12 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_ExcludePackage |
2 | 13 | [[#53854ec0]] | PackageExplorerActionGroup_FormText_PackageToBuildpath |