Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 645 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 612 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
if (node.getExpression() != null) { node.getExpression().accept(this ); } this.buffer.append("; "); //$NON-NLS-1$ |
| ||||
if (node.getExpression() != null) { node.getExpression().accept(this ); } this.fBuffer.append("; "); //$NON-NLS-1$ |
| |||
if (node.getExpression() != null) { node.getExpression().accept(this ); } this. [[#variablebb1c7560]].append("; "); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb1c7560]] | buffer |
1 | 2 | [[#bb1c7560]] | fBuffer |