Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.970 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 447 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
2 | 4 | 458 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
3 | 4 | 463 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
4 | 4 | 470 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/ConstructorDeclaration.java |
| ||||
if (this.annotations != null) { int annotationsLength = this.annotations.length; for (int i = 0; i < annotationsLength; i++) this.annotations[i].traverse(visitor, this.scope); } |
| ||||
if (this.arguments != null) { int argumentLength = this.arguments.length; for (int i = 0; i < argumentLength; i++) this.arguments[i].traverse(visitor, this.scope); } |
| ||||
if (this.thrownExceptions != null) { int thrownExceptionsLength = this.thrownExceptions.length; for (int i = 0; i < thrownExceptionsLength; i++) this.thrownExceptions[i].traverse(visitor, this.scope); } |
| ||||
if (this.statements != null) { int statementsLength = this.statements.length; for (int i = 0; i < statementsLength; i++) this.statements[i].traverse(visitor, this.scope); } |
| |||
if (this. [[#variableb1063740]]!= null) { int [[#variableb10636e0]]= this. [[#variableb1063740]].length; for (int i = 0; i < [[#variableb10636e0]]; i++) this. [[#variableb1063740]][i].traverse(visitor, this.scope); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1063740]] | arguments |
1 | 2 | [[#b1063740]] | thrownExceptions |
1 | 3 | [[#b1063740]] | annotations |
1 | 4 | [[#b1063740]] | statements |
2 | 1 | [[#b10636e0]] | argumentLength |
2 | 2 | [[#b10636e0]] | thrownExceptionsLength |
2 | 3 | [[#b10636e0]] | annotationsLength |
2 | 4 | [[#b10636e0]] | statementsLength |