Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.983 | statement_sequence[7] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 503 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 7 | 476 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
this.buffer.append("for ("); //$NON-NLS-1$ node.getParameter().accept(this ); this.buffer.append(" : "); //$NON-NLS-1$ node.getExpression().accept(this ); this.buffer.append(") "); //$NON-NLS-1$ node.getBody().accept(this ); return false; |
| ||||
this.fBuffer.append("for ("); //$NON-NLS-1$ node.getParameter().accept(this ); this.fBuffer.append(" : "); //$NON-NLS-1$ node.getExpression().accept(this ); this.fBuffer.append(") "); //$NON-NLS-1$ node.getBody().accept(this ); return false; |
| |||
this. [[#variable5cdcf780]].append("for ("); //$NON-NLS-1$ node.getParameter().accept(this ); this. [[#variable5cdcf780]].append(" : "); //$NON-NLS-1$ node.getExpression().accept(this ); this. [[#variable5cdcf780]].append(") "); //$NON-NLS-1$ node.getBody().accept(this ); return false; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5cdcf780]] | fBuffer |
1 | 2 | [[#5cdcf780]] | buffer |