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.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 639 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 6 | 649 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
| ||||
for (Iterator it = node.initializers().iterator(); it.hasNext();) { Expression e = (Expression) it.next(); e.accept(this ); if (it.hasNext()) buffer.append(", "); //$NON-NLS-1$ } this.buffer.append("; "); //$NON-NLS-1$ |
| ||||
for (Iterator it = node.updaters().iterator(); it.hasNext();) { Expression e = (Expression) it.next(); e.accept(this ); if (it.hasNext()) buffer.append(", "); //$NON-NLS-1$ } this.buffer.append(") "); //$NON-NLS-1$ |
| |||
for (Iterator it = node. [[#variablec18d7ee0]]().iterator(); it.hasNext();) { Expression e = (Expression) it.next(); e.accept(this ); if (it.hasNext()) buffer.append(", "); //$NON-NLS-1$ } this.buffer.append( [[#variablec18d6f00]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c18d7ee0]] | updaters |
1 | 2 | [[#c18d7ee0]] | initializers |
2 | 1 | [[#c18d6f00]] | ") " |
2 | 2 | [[#c18d6f00]] | "; " |