Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.968 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/PostfixExpression.java |
2 | 5 | 50 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/PrefixExpression.java |
3 | 8 | 300 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/UnaryExpression.java |
| ||||
public void traverse(ASTVisitor visitor, BlockScope scope) { if (visitor.visit(this, scope)) { this.lhs.traverse(visitor, scope); } visitor.endVisit(this, scope); } |
| ||||
public void traverse(ASTVisitor visitor, BlockScope scope) { if (visitor.visit(this, scope)) { this.lhs.traverse(visitor, scope); } visitor.endVisit(this, scope); } |
| ||||
public void traverse( ASTVisitor visitor, BlockScope blockScope) { if (visitor.visit(this, blockScope)) { this.expression.traverse(visitor, blockScope); } visitor.endVisit(this, blockScope); } |
| |||
public void traverse(ASTVisitor visitor, BlockScope [[#variable63e47a80]]) { if (visitor.visit(this, [[#variable63e47a80]])) { this. [[#variable63e47d00]].traverse(visitor, [[#variable63e47a80]]); } visitor.endVisit(this, [[#variable63e47a80]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63e47a80]] | scope |
1 | 2 | [[#63e47a80]] | blockScope |
1 | 3 | [[#63e47a80]] | scope |
2 | 1 | [[#63e47d00]] | lhs |
2 | 2 | [[#63e47d00]] | expression |
2 | 3 | [[#63e47d00]] | lhs |