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.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 229 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 3 | 1094 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
if (message != null) { this.result.append(':'); message.accept(this ); } |
| ||||
if (name != null) { this.result.append(' '); name.accept(this ); } |
| |||
if ( [[#variablebe47dce0]]!= null) { this.result.append( [[#variablebbce0a20]]); [[#variablebe47dce0]].accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#be47dce0]] | message |
1 | 2 | [[#be47dce0]] | name |
2 | 1 | [[#bbce0a20]] | ':' |
2 | 2 | [[#bbce0a20]] | ' ' |