Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.973 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 165 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/EnhancedForStatement.java |
2 | 3 | 205 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ForStatement.java |
3 | 3 | 168 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/IfStatement.java |
| ||||
result.setBody( (Statement) ASTNode.copySubtree(target, getBody())); return result; |
| ||||
result.setBody( (Statement) ASTNode.copySubtree(target, getBody())); return result; |
| ||||
result.setElseStatement( (Statement) ASTNode.copySubtree(target, getElseStatement())); return result; |
| |||
result. [[#variable6299bd00]]((Statement) ASTNode.copySubtree(target, [[#variable6299b020]]())); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6299bd00]] | setBody |
1 | 2 | [[#6299bd00]] | setElseStatement |
1 | 3 | [[#6299bd00]] | setBody |
2 | 1 | [[#6299b020]] | getBody |
2 | 2 | [[#6299b020]] | getElseStatement |
2 | 3 | [[#6299b020]] | getBody |