Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.968 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 234 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringAvailabilityTester.java |
2 | 4 | 132 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindStringsToExternalizeAction.java |
| ||||
{ IPackageFragmentRoot root = (IPackageFragmentRoot) element; if (root.isExternal() || Checks.isClasspathDelete(root)) // TODO // rename // isClasspathDelete return false; } |
| ||||
{ IPackageFragmentRoot root = (IPackageFragmentRoot) javaElement; if (root.isExternal() || ReorgUtils.isClassFolder(root)) return false; } |
| |||
{ IPackageFragmentRoot root = (IPackageFragmentRoot) [[#variable5a5f8de0]]; if (root.isExternal() || [[#variable5a5f8d40]]. [[#variable5a5f8cc0]](root)) // TODO // rename // isClasspathDelete return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a5f8de0]] | javaElement |
1 | 2 | [[#5a5f8de0]] | element |
2 | 1 | [[#5a5f8d40]] | ReorgUtils |
2 | 2 | [[#5a5f8d40]] | Checks |
3 | 1 | [[#5a5f8cc0]] | isClassFolder |
3 | 2 | [[#5a5f8cc0]] | isClasspathDelete |