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.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1561 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java |
2 | 4 | 1574 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java |
| ||||
for (int i = 0, length = this.typeVariables.length; i < length; i++) { if (i > 0) buffer.append(", "); //$NON-NLS-1$ buffer.append((this.typeVariables[i] != null) ? this.typeVariables[i].toString(): "NULL TYPE VARIABLE"); //$NON-NLS-1$ } |
| ||||
for (int i = 0, length = this.superInterfaces.length; i < length; i++) { if (i > 0) buffer.append(", "); //$NON-NLS-1$ buffer.append((this.superInterfaces[i] != null) ? this.superInterfaces[i].debugName(): "NULL TYPE"); //$NON-NLS-1$ } |
| |||
for (int i = 0, length = this. [[#variableb5b3c280]].length; i < length; i++) { if (i > 0) buffer.append(", "); //$NON-NLS-1$ buffer.append((this. [[#variableb5b3c280]][i] != null) ? this. [[#variableb5b3c280]][i]. [[#variableb5b3c220]](): [[#variableb5b3c1c0]]); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5b3c280]] | superInterfaces |
1 | 2 | [[#b5b3c280]] | typeVariables |
2 | 1 | [[#b5b3c220]] | debugName |
2 | 2 | [[#b5b3c220]] | toString |
3 | 1 | [[#b5b3c1c0]] | "NULL TYPE" |
3 | 2 | [[#b5b3c1c0]] | "NULL TYPE VARIABLE" |