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.989 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 780 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java |
2 | 4 | 742 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java |
| ||||
/* * @see ASTVisitor#visit(MarkerAnnotation) * @since 3.1 */ public boolean visit(MarkerAnnotation node) { this.buffer.append("@"); //$NON-NLS-1$ node.getTypeName().accept(this ); return false; } |
| ||||
/* * @see ASTVisitor#visit(MarkerAnnotation) * @since 3.0 */ public boolean visit(MarkerAnnotation node) { this.fBuffer.append("@"); //$NON-NLS-1$ node.getTypeName().accept(this ); return false; } |
| |||
/* * @see ASTVisitor#visit(MarkerAnnotation) * @since 3.0 */ /* * @see ASTVisitor#visit(MarkerAnnotation) * @since 3.1 */ public boolean visit(MarkerAnnotation node) { this. [[#variable4d1c8380]].append("@"); //$NON-NLS-1$ node.getTypeName().accept(this ); return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d1c8380]] | fBuffer |
1 | 2 | [[#4d1c8380]] | buffer |