Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.984 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2912 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 5 | 472 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
if (extendedDimension == 0) { declaration.type = type; } else { int dimension = typeDim + extendedDimension; declaration.type = this.copyDims(type, dimension); } |
| ||||
if (extendedTypeDimension == 0) { declaration.type = type; } else { int dimension = typeDim + extendedTypeDimension; declaration.type = this.copyDims(type, dimension); } |
| |||
if ( [[#variable9e4b2980]]== 0) { declaration.type = type; } else { int dimension = typeDim + [[#variable9e4b2980]]; declaration.type = this.copyDims(type, dimension); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e4b2980]] | extendedDimension |
1 | 2 | [[#9e4b2980]] | extendedTypeDimension |