Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.988 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 163 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 3 | 150 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
node.getType().accept(this ); this.buffer.append(" "); //$NON-NLS-1$ node.getName().accept(this ); |
| ||||
node.getType().accept(this ); this.fBuffer.append(" "); //$NON-NLS-1$ node.getName().accept(this ); |
| |||
node.getType().accept(this ); this. [[#variablebb1c5420]].append(" "); //$NON-NLS-1$ node.getName().accept(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb1c5420]] | fBuffer |
1 | 2 | [[#bb1c5420]] | buffer |