Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 2 | 0.981 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 55 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnExplicitConstructorCall.java |
2 | 3 | 353 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java |
3 | 3 | 74 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java |
4 | 3 | 82 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java |
5 | 3 | 885 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| ||||
for (int i = 0; i < this.arguments.length; i++) { if (i > 0) output.append(", "); //$NON-NLS-1$ this.arguments[i].printExpression(0, output); } |
| ||||
for (int i = 0; i < this.arguments.length; i++) { if (i > 0) output.append(", "); //$NON-NLS-1$ this.arguments[i].print(0, output); } |
| ||||
for (int i = 0; i < this.arguments.length; i++) { if (i > 0) output.append(", "); //$NON-NLS-1$ this.arguments[i].print(0, output); } |
| ||||
for (int i = 0; i < this.thrownExceptions.length; i++) { if (i > 0) output.append(", "); //$NON-NLS-1$ this.thrownExceptions[i].print(0, output); } |
| ||||
for (int i = 0; i < this.typeParameters.length; i++) { if (i > 0) output.append( ", "); //$NON-NLS-1$ this.typeParameters[i].print(0, output); } |
| |||
for (int i = 0; i < this. [[#variableb509aae0]].length; i++) { if (i > 0) output.append(", "); //$NON-NLS-1$ this. [[#variableb509aae0]][i]. [[#variable9d6f8ee0]](0, output); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b509aae0]] | arguments |
1 | 2 | [[#b509aae0]] | arguments |
1 | 3 | [[#b509aae0]] | thrownExceptions |
1 | 4 | [[#b509aae0]] | typeParameters |
1 | 5 | [[#b509aae0]] | arguments |
2 | 1 | [[#9d6f8ee0]] | printExpression |
2 | 2 | [[#9d6f8ee0]] | |
2 | 3 | [[#9d6f8ee0]] | |
2 | 4 | [[#9d6f8ee0]] | |
2 | 5 | [[#9d6f8ee0]] |