| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 15 | 3 | 0.960 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 65 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSend.java |
| 2 | 7 | 59 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMessageSendName.java |
| 3 | 7 | 34 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnMethodTypeParameter.java |
| 4 | 7 | 106 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnParameterizedQualifiedTypeReference.java |
| 5 | 7 | 120 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnParameterizedQualifiedTypeReference.java |
| 6 | 7 | 63 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnParameterizedQualifiedTypeReference.java |
| 7 | 7 | 38 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/select/SelectionOnParameterizedSingleTypeReference.java |
| 8 | 7 | 342 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
| 9 | 7 | 199 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AllocationExpression.java |
| 10 | 7 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java |
| 11 | 7 | 224 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ExplicitConstructorCall.java |
| 12 | 7 | 282 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/MessageSend.java |
| 13 | 7 | 238 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
| 14 | 7 | 252 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedQualifiedTypeReference.java |
| 15 | 7 | 184 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java |
| ||||
int max = typeArguments.length - 1;
for (int j = 0; j < max; j++) {
typeArguments[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int j = 0; j < max; j++) {
typeArguments[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeParameters.length - 1;
for (int j = 0; j < max; j++) {
typeParameters[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeParameters[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArgument.length - 1;
for (int j = 0; j < max; j++) {
typeArgument[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArgument[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArgument.length - 1;
for (int j = 0; j < max; j++) {
typeArgument[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArgument[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArgument.length - 1;
for (int j = 0; j < max; j++) {
typeArgument[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArgument[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int i = 0; i < max; i++) {
typeArguments[i].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeParams.length - 1;
for (int j = 0; j < max; j++) {
typeParams[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeParams[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int j = 0; j < max; j++) {
typeArguments[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeParams.length - 1;
for (int j = 0; j < max; j++) {
typeParams[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeParams[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int j = 0; j < max; j++) {
typeArguments[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int j = 0; j < max; j++) {
typeArguments[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArgument.length - 1;
for (int j = 0; j < max; j++) {
typeArgument[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArgument[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArgument.length - 1;
for (int j = 0; j < max; j++) {
typeArgument[j].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArgument[max].print(0, output);
output.append('>');
|
| ||||
int max = typeArguments.length - 1;
for (int i = 0; i < max; i++) {
typeArguments[i].print(0, output);
output.append(", "); //$NON-NLS-1$
}
typeArguments[max].print(0, output);
output.append(">"); //$NON-NLS-1$
|
| |||
int max = [[#variable96205240]].length - 1;
for (int [[#variable4d4d5b80]]= 0; [[#variable4d4d5b80]] < max; [[#variable4d4d5b80]]++) {
[[#variable96205240]][ [[#variable4d4d5b80]]].print(0, output);
output.append(", "); //$NON-NLS-1$
}
[[#variable96205240]][max].print(0, output);
output.append( [[#variable52d408c0]]); //$NON-NLS-1$
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#96205240]] | typeArguments |
| 1 | 2 | [[#96205240]] | typeArgument |
| 1 | 3 | [[#96205240]] | typeParams |
| 1 | 4 | [[#96205240]] | typeArguments |
| 1 | 5 | [[#96205240]] | typeParameters |
| 1 | 6 | [[#96205240]] | typeArguments |
| 1 | 7 | [[#96205240]] | typeArguments |
| 1 | 8 | [[#96205240]] | typeArguments |
| 1 | 9 | [[#96205240]] | typeArguments |
| 1 | 10 | [[#96205240]] | typeArgument |
| 1 | 11 | [[#96205240]] | typeArguments |
| 1 | 12 | [[#96205240]] | typeArgument |
| 1 | 13 | [[#96205240]] | typeParams |
| 1 | 14 | [[#96205240]] | typeArgument |
| 1 | 15 | [[#96205240]] | typeArgument |
| 2 | 1 | [[#4d4d5b80]] | j |
| 2 | 2 | [[#4d4d5b80]] | j |
| 2 | 3 | [[#4d4d5b80]] | j |
| 2 | 4 | [[#4d4d5b80]] | i |
| 2 | 5 | [[#4d4d5b80]] | j |
| 2 | 6 | [[#4d4d5b80]] | i |
| 2 | 7 | [[#4d4d5b80]] | j |
| 2 | 8 | [[#4d4d5b80]] | j |
| 2 | 9 | [[#4d4d5b80]] | j |
| 2 | 10 | [[#4d4d5b80]] | j |
| 2 | 11 | [[#4d4d5b80]] | j |
| 2 | 12 | [[#4d4d5b80]] | j |
| 2 | 13 | [[#4d4d5b80]] | j |
| 2 | 14 | [[#4d4d5b80]] | j |
| 2 | 15 | [[#4d4d5b80]] | j |
| 3 | 1 | [[#52d408c0]] | '>' |
| 3 | 2 | [[#52d408c0]] | '>' |
| 3 | 3 | [[#52d408c0]] | '>' |
| 3 | 4 | [[#52d408c0]] | '>' |
| 3 | 5 | [[#52d408c0]] | '>' |
| 3 | 6 | [[#52d408c0]] | ">" |
| 3 | 7 | [[#52d408c0]] | '>' |
| 3 | 8 | [[#52d408c0]] | '>' |
| 3 | 9 | [[#52d408c0]] | '>' |
| 3 | 10 | [[#52d408c0]] | '>' |
| 3 | 11 | [[#52d408c0]] | '>' |
| 3 | 12 | [[#52d408c0]] | '>' |
| 3 | 13 | [[#52d408c0]] | '>' |
| 3 | 14 | [[#52d408c0]] | '>' |
| 3 | 15 | [[#52d408c0]] | '>' |