Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.986 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 194 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 6 | 178 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
/* * @see ASTVisitor#visit(ArrayAccess) */ public boolean visit(ArrayAccess node) { node.getArray().accept(this ); this.buffer.append("["); //$NON-NLS-1$ node.getIndex().accept(this ); this.buffer.append("]"); //$NON-NLS-1$ return false; } |
| ||||
/* * @see ASTVisitor#visit(ArrayAccess) */ public boolean visit(ArrayAccess node) { node.getArray().accept(this ); this.fBuffer.append("["); //$NON-NLS-1$ node.getIndex().accept(this ); this.fBuffer.append("]"); //$NON-NLS-1$ return false; } |
| |||
/* * @see ASTVisitor#visit(ArrayAccess) */ public boolean visit(ArrayAccess node) { node.getArray().accept(this ); this. [[#variable9a4ee420]].append("["); //$NON-NLS-1$ node.getIndex().accept(this ); this. [[#variable9a4ee420]].append("]"); //$NON-NLS-1$ return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9a4ee420]] | fBuffer |
1 | 2 | [[#9a4ee420]] | buffer |