Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.984 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 94 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BlockComment.java |
2 | 4 | 91 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/LineComment.java |
3 | 4 | 81 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NullLiteral.java |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { BlockComment result = new BlockComment(target); result.setSourceRange(this.getStartPosition(), this.getLength()); return result; } |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { LineComment result = new LineComment(target); result.setSourceRange(this.getStartPosition(), this.getLength()); return result; } |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { NullLiteral result = new NullLiteral(target); result.setSourceRange(this.getStartPosition(), this.getLength()); return result; } |
| |||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { [[#variable5620bfc0]] result = new [[#variable5620bfc0]](target); result.setSourceRange(this.getStartPosition(), this.getLength()); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5620bfc0]] | BlockComment |
1 | 2 | [[#5620bfc0]] | LineComment |
1 | 3 | [[#5620bfc0]] | NullLiteral |