Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 70 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression.java |
2 | 4 | 120 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/LabeledStatement.java |
| ||||
public void resolve(BlockScope scope) { if (this.argument != null) { this.argument.resolve(scope); } } |
| ||||
public void resolve(BlockScope scope) { if (this.statement != null) { this.statement.resolve(scope); } } |
| |||
public void resolve(BlockScope scope) { if (this. [[#variablebd01c400]]!= null) { this. [[#variablebd01c400]].resolve(scope); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd01c400]] | statement |
1 | 2 | [[#bd01c400]] | argument |