Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 3 | 2 | 0.977 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 1422 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 8 | 1430 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
3 | 8 | 1438 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
| ||||
case C_RESOLVED: try { i = Util.scanClassTypeSignature(methodOrTypeSignature, i); i++; // position at start of next param if any } catch (IllegalArgumentException e) { // not a class type signature -> it is a new type parameter } break; |
| ||||
case C_ARRAY: try { i = Util.scanArrayTypeSignature(methodOrTypeSignature, i); i++; // position at start of next param if any } catch (IllegalArgumentException e) { // not an array type signature -> it is a new type parameter } break; |
| ||||
case C_TYPE_VARIABLE: try { i = Util.scanTypeVariableSignature(methodOrTypeSignature, i); i++; // position at start of next param if any } catch (IllegalArgumentException e) { // not a type variable signature -> it is a new type parameter } break; |
| |||
case [[#variablea11f5a80]]: try { i = Util. [[#variablea11f5a00]](methodOrTypeSignature, i); i++; // position at start of next param if any } catch (IllegalArgumentException e) { // not a class type signature -> it is a new type parameter // not an array type signature -> it is a new type parameter // not a type variable signature -> it is a new type parameter } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a11f5a80]] | C_RESOLVED |
1 | 2 | [[#a11f5a80]] | C_ARRAY |
1 | 3 | [[#a11f5a80]] | C_TYPE_VARIABLE |
2 | 1 | [[#a11f5a00]] | scanClassTypeSignature |
2 | 2 | [[#a11f5a00]] | scanArrayTypeSignature |
2 | 3 | [[#a11f5a00]] | scanTypeVariableSignature |