Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 363 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
2 | 2 | 384 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
3 | 2 | 403 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
| ||||
IType targetClass = subclasses[i]; ITypeHierarchy targetSupertypes = targetClass.newSupertypeHierarchy(null); |
| ||||
IType targetClass = subclasses[index]; ITypeHierarchy targetSupertypes = targetClass.newSupertypeHierarchy(null); |
| ||||
IType targetClass = subclasses[index]; ITypeHierarchy targetSupertypes = targetClass.newSupertypeHierarchy(null); |
| |||
IType targetClass = subclasses[ [[#variable6afe5200]]]; ITypeHierarchy targetSupertypes = targetClass.newSupertypeHierarchy(null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6afe5200]] | index |
1 | 2 | [[#6afe5200]] | i |
1 | 3 | [[#6afe5200]] | index |