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.955 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 183 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/EclipseDeclarationImpl.java |
2 | 5 | 91 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
| ||||
case ASTNode.ENUM_CONSTANT_DECLARATION: name = ((EnumConstantDeclaration) node).getName(); break; default: return node; |
| ||||
case ASTNode.ENUM_CONSTANT_DECLARATION: name = ((EnumConstantDeclaration) parent).getName(); break; default: return true; |
| |||
case ASTNode.ENUM_CONSTANT_DECLARATION: name = ((EnumConstantDeclaration) [[#variable957ff0a0]]).getName(); break; default: return [[#variable957ff600]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#957ff0a0]] | node |
1 | 2 | [[#957ff0a0]] | parent |
2 | 1 | [[#957ff600]] | node |
2 | 2 | [[#957ff600]] | true |