Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.963 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 290 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
2 | 4 | 451 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/SourceTypeConverter.java |
| ||||
char[][][] typeParameterBounds = methodInfo.getTypeParameterBounds(); typeParams = new TypeParameter[parameterCount]; for (int i = 0; i < parameterCount; i++) { typeParams[i] = createTypeParameter(typeParameterNames[i], typeParameterBounds[i], start, end); } |
| ||||
char[][][] typeParameterBounds = typeInfo.getTypeParameterBounds(); type.typeParameters = new TypeParameter[parameterCount]; for (int i = 0; i < parameterCount; i++) { type.typeParameters[i] = createTypeParameter(typeParameterNames[i], typeParameterBounds[i], start, end); } |
| |||
char[][][] typeParameterBounds = [[#variablea4e01420]].getTypeParameterBounds(); [[#variable53c67300]]= new TypeParameter[parameterCount]; for (int i = 0; i < parameterCount; i++) { [[#variable53c67120]][i] = createTypeParameter(typeParameterNames[i], typeParameterBounds[i], start, end); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4e01420]] | typeInfo |
1 | 2 | [[#a4e01420]] | methodInfo |
2 | 1 | [[#53c67300]] | type.typeParameters |
2 | 2 | [[#53c67300]] | typeParams |
3 | 1 | [[#53c67120]] | type.typeParameters |
3 | 2 | [[#53c67120]] | typeParams |