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.974 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 480 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 6 | 455 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
this.buffer.append("do "); //$NON-NLS-1$ node.getBody().accept(this ); this.buffer.append(" while ("); //$NON-NLS-1$ node.getExpression().accept(this ); this.buffer.append(");\n"); //$NON-NLS-1$ return false; |
| ||||
this.fBuffer.append("do "); //$NON-NLS-1$ node.getBody().accept(this ); this.fBuffer.append(" while ("); //$NON-NLS-1$ node.getExpression().accept(this ); this.fBuffer.append(");"); //$NON-NLS-1$ return false; |
| |||
this. [[#variable58ba4d80]].append("do "); //$NON-NLS-1$ node.getBody().accept(this ); this. [[#variable58ba4d80]].append(" while ("); //$NON-NLS-1$ node.getExpression().accept(this ); this. [[#variable58ba4d80]].append( [[#variable5a62bfe0]]); //$NON-NLS-1$ return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58ba4d80]] | fBuffer |
1 | 2 | [[#58ba4d80]] | buffer |
2 | 1 | [[#5a62bfe0]] | ");" |
2 | 2 | [[#5a62bfe0]] | ");\n" |