Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.978 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 117 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java |
2 | 5 | 117 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { MarkerAnnotation result = new MarkerAnnotation(target); result.setSourceRange(this.getStartPosition(), this.getLength()); result.setTypeName((Name) ASTNode.copySubtree(target, getTypeName())); return result; } |
| ||||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { ThisExpression result = new ThisExpression(target); result.setSourceRange(this.getStartPosition(), this.getLength()); result.setQualifier((Name) ASTNode.copySubtree(target, getQualifier())); return result; } |
| |||
/* (omit javadoc for this method) * Method declared on ASTNode. */ ASTNode clone0(AST target) { [[#variable512188e0]] result = new [[#variable512188e0]](target); result.setSourceRange(this.getStartPosition(), this.getLength()); result. [[#variable51218820]]((Name) ASTNode.copySubtree(target, [[#variable512187c0]]())); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#512188e0]] | MarkerAnnotation |
1 | 2 | [[#512188e0]] | ThisExpression |
2 | 1 | [[#51218820]] | setTypeName |
2 | 2 | [[#51218820]] | setQualifier |
3 | 1 | [[#512187c0]] | getTypeName |
3 | 2 | [[#512187c0]] | getQualifier |