Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 359 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 3 | 476 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
getChildNode(node, ConditionalExpression.EXPRESSION_PROPERTY).accept(this ); this.result.append('?'); getChildNode(node, ConditionalExpression.THEN_EXPRESSION_PROPERTY).accept(this ); |
| ||||
getChildNode(node, IfStatement.EXPRESSION_PROPERTY).accept(this ); this.result.append(')'); getChildNode(node, IfStatement.THEN_STATEMENT_PROPERTY).accept(this ); |
| |||
getChildNode(node, [[#variableb5a78a00]].EXPRESSION_PROPERTY).accept(this ); this.result.append( [[#variableb5a78560]]); getChildNode(node, [[#variableb5a78a00]]. [[#variableb5a79f20]]).accept(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b5a78a00]] | IfStatement |
1 | 2 | [[#b5a78a00]] | ConditionalExpression |
2 | 1 | [[#b5a78560]] | ')' |
2 | 2 | [[#b5a78560]] | '?' |
3 | 1 | [[#b5a79f20]] | THEN_STATEMENT_PROPERTY |
3 | 2 | [[#b5a79f20]] | THEN_EXPRESSION_PROPERTY |