Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 4 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 362 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
2 | 8 | 358 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| ||||
if (this.typeVariables != Binding.NO_TYPE_VARIABLES) { sig.append('<'); for (int i = 0, length = this.typeVariables.length; i < length; i++) { sig.append(this.typeVariables[i].genericSignature()); } sig.append('>'); } sig.append('('); |
| ||||
if (this.arguments != null) { sig.append('<'); for (int i = 0, length = this.arguments.length; i < length; i++) { sig.append(this.arguments[i].genericTypeSignature()); } sig.append('>'); } sig.append(';'); |
| |||
if (this. [[#variable605f4bc0]]!= [[#variable5d5108a0]]) { sig.append('<'); for (int i = 0, length = this. [[#variable605f4bc0]].length; i < length; i++) { sig.append(this. [[#variable605f4bc0]][i]. [[#variableb6712c20]]()); } sig.append('>'); } sig.append( [[#variable605f4ae0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#605f4bc0]] | typeVariables |
1 | 2 | [[#605f4bc0]] | arguments |
2 | 1 | [[#5d5108a0]] | Binding.NO_TYPE_VARIABLES |
2 | 2 | [[#5d5108a0]] | null |
3 | 1 | [[#b6712c20]] | genericSignature |
3 | 2 | [[#b6712c20]] | genericTypeSignature |
4 | 1 | [[#605f4ae0]] | '(' |
4 | 2 | [[#605f4ae0]] | ';' |