Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.964 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 582 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java |
2 | 4 | 586 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/HierarchyProcessor.java |
| ||||
if (type.isEnum()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.HierarchyRefactoring_enum_members); if (type.isAnnotation()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.HierarchyRefactoring_annotation_members); |
| ||||
if (type.isInterface()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.HierarchyRefactoring_interface_members); if (type.isBinary()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.HierarchyRefactoring_members_of_binary); |
| |||
if (type. [[#variable61fa26e0]]()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages. [[#variable61e71c00]]); if (type. [[#variable61fa2520]]()) return RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages. [[#variable61e71b80]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61fa26e0]] | isEnum |
1 | 2 | [[#61fa26e0]] | isInterface |
2 | 1 | [[#61e71c00]] | HierarchyRefactoring_enum_members |
2 | 2 | [[#61e71c00]] | HierarchyRefactoring_interface_members |
3 | 1 | [[#61fa2520]] | isAnnotation |
3 | 2 | [[#61fa2520]] | isBinary |
4 | 1 | [[#61e71b80]] | HierarchyRefactoring_annotation_members |
4 | 2 | [[#61e71b80]] | HierarchyRefactoring_members_of_binary |