| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 5 | 3 | 0.956 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 45 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionOnArgumentName.java |
| 2 | 3 | 88 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AnnotationMethodDeclaration.java |
| 3 | 3 | 205 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/AssertStatement.java |
| 4 | 3 | 891 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| 5 | 3 | 71 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeParameter.java |
| ||||
if (this.initialization != null) {
output.append(" = "); //$NON-NLS-1$
this.initialization.printExpression(0, output);
}
|
| ||||
if (this.defaultValue != null) {
output.append(" default "); //$NON-NLS-1$
this.defaultValue.print(0, output);
}
|
| ||||
if (this.exceptionArgument != null) {
output.append(": "); //$NON-NLS-1$
this.exceptionArgument.printExpression(0, output);
}
|
| ||||
if (this.superclass != null) {
output.append(" extends "); //$NON-NLS-1$
this.superclass.print(0, output);
}
|
| ||||
if (this.type != null) {
output.append(" extends "); //$NON-NLS-1$
this.type.print(0, output);
}
|
| |||
if (this. [[#variable53662820]]!= null) {
output.append( [[#variable536627a0]]); //$NON-NLS-1$
this. [[#variable53662820]]. [[#variable53662740]](0, output);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53662820]] | initialization |
| 1 | 2 | [[#53662820]] | superclass |
| 1 | 3 | [[#53662820]] | defaultValue |
| 1 | 4 | [[#53662820]] | exceptionArgument |
| 1 | 5 | [[#53662820]] | type |
| 2 | 1 | [[#536627a0]] | " = " |
| 2 | 2 | [[#536627a0]] | " extends " |
| 2 | 3 | [[#536627a0]] | " default " |
| 2 | 4 | [[#536627a0]] | ": " |
| 2 | 5 | [[#536627a0]] | " extends " |
| 3 | 1 | [[#53662740]] | printExpression |
| 3 | 2 | [[#53662740]] | |
| 3 | 3 | [[#53662740]] | |
| 3 | 4 | [[#53662740]] | printExpression |
| 3 | 5 | [[#53662740]] | |