Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.984 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 201 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
2 | 5 | 216 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInnerToTopRefactoring.java |
| ||||
{ final IType type = (IType) declaring.getJavaElement(); if (type != null && fHierarchy.contains(type)) { fSimpleNames.add(node); return false; } } |
| ||||
{ final IType type = (IType) binding.getJavaElement(); if (type != null && fHierarchy.contains(type)) { fSimpleNames.add(qualifier); return false; } } |
| |||
{ final IType type = (IType) [[#variable96257300]].getJavaElement(); if (type != null && fHierarchy.contains(type)) { fSimpleNames.add( [[#variable96257320]]); return false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96257300]] | binding |
1 | 2 | [[#96257300]] | declaring |
2 | 1 | [[#96257320]] | qualifier |
2 | 2 | [[#96257320]] | node |