CloneSet4753


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.986class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16194
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java
26178
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
Clone Instance
1
Line Count
6
Source Line
194
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.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;
        }


Clone Instance
2
Line Count
6
Source Line
178
Source File
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.fBuffer.append("["); //$NON-NLS-1$
                node.getIndex().accept(this );
                this.fBuffer.append("]"); //$NON-NLS-1$
                return false;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/*
         * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9a4ee420]]
fBuffer 
12[[#9a4ee420]]
buffer