Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 242 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 3 | 701 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
this.result.append(getAttribute(node, Assignment.OPERATOR_PROPERTY).toString()); getChildNode(node, Assignment.RIGHT_HAND_SIDE_PROPERTY).accept(this ); return false; |
| ||||
this.result.append(getAttribute(node, PrefixExpression.OPERATOR_PROPERTY).toString()); getChildNode(node, PrefixExpression.OPERAND_PROPERTY).accept(this ); return false; |
| |||
this.result.append(getAttribute(node, [[#variablea4bd1b80]].OPERATOR_PROPERTY).toString()); getChildNode(node, [[#variablea4bd1b80]]. [[#variablea4b99560]]).accept(this ); return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4bd1b80]] | Assignment |
1 | 2 | [[#a4bd1b80]] | PrefixExpression |
2 | 1 | [[#a4b99560]] | RIGHT_HAND_SIDE_PROPERTY |
2 | 2 | [[#a4b99560]] | OPERAND_PROPERTY |