Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 912 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 6 | 873 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.getBody() == null) { this.buffer.append(";\n"); //$NON-NLS-1$ } else { node.getBody().accept(this ); } return false; |
| ||||
if (node.getBody() == null) { this.fBuffer.append(";"); //$NON-NLS-1$ } else { node.getBody().accept(this ); } return false; |
| |||
if (node.getBody() == null) { this. [[#variable576f7960]].append( [[#variable57644580]]); //$NON-NLS-1$ } else { node.getBody().accept(this ); } return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#576f7960]] | fBuffer |
1 | 2 | [[#576f7960]] | buffer |
2 | 1 | [[#57644580]] | ";" |
2 | 2 | [[#57644580]] | ";\n" |