Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.973 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 408 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
2 | 2 | 410 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java |
| ||||
case IJavaElement.COMPILATION_UNIT: return ((ICompilationUnit) primaryParent).getType(this.name); |
| ||||
case IJavaElement.TYPE: return ((IType) primaryParent).getType(this.name); |
| |||
case IJavaElement. [[#variable9c6b04a0]]: return (( [[#variable9c6b0440]]) primaryParent).getType(this.name); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c6b04a0]] | TYPE |
1 | 2 | [[#9c6b04a0]] | COMPILATION_UNIT |
2 | 1 | [[#9c6b0440]] | IType |
2 | 2 | [[#9c6b0440]] | ICompilationUnit |