| 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.986 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 259 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/AddFolderToBuildpathAction.java |
| 2 | 4 | 152 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ExcludeFromBuildpathAction.java |
| ||||
{
int type = DialogPackageExplorerActionGroup.getType(element, ((IPackageFragment) element).getJavaProject());
if (type != DialogPackageExplorerActionGroup.PACKAGE_FRAGMENT && type != DialogPackageExplorerActionGroup.INCLUDED_FOLDER)
return false;
}
|
| ||||
{
int type = DialogPackageExplorerActionGroup.getType(element, ((IPackageFragment) element).getJavaProject());
if (type != DialogPackageExplorerActionGroup.INCLUDED_FOLDER && type != DialogPackageExplorerActionGroup.PACKAGE_FRAGMENT)
return false;
}
|
| |||
{
int type = DialogPackageExplorerActionGroup.getType(element, ((IPackageFragment) element).getJavaProject());
if (type != DialogPackageExplorerActionGroup. [[#variablea3c76520]]&& type != DialogPackageExplorerActionGroup. [[#variablea3c764a0]])
return false;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a3c76520]] | PACKAGE_FRAGMENT |
| 1 | 2 | [[#a3c76520]] | INCLUDED_FOLDER |
| 2 | 1 | [[#a3c764a0]] | INCLUDED_FOLDER |
| 2 | 2 | [[#a3c764a0]] | PACKAGE_FRAGMENT |