CloneSet2457


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.996statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
181002
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java
28963
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java
Clone Instance
1
Line Count
8
Source Line
1002
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NaiveASTFlattener.java

                if (node.getAST().apiLevel() >= AST.JLS3) {
                        if (node.getJavadoc() != null) {
                                node.getJavadoc().accept(this );
                        }
                        for (Iterator it = node.annotations().iterator(); it.hasNext();)  {
                                Annotation p = (Annotation) it.next();
                                p.accept(this );
                                this.buffer.append(" "); //$NON-NLS-1$
                        }
                }


Clone Instance
2
Line Count
8
Source Line
963
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java

                if (node.getAST().apiLevel() >= AST.JLS3) {
                        if (node.getJavadoc() != null) {
                                node.getJavadoc().accept(this );
                        }
                        for (Iterator it = node.annotations().iterator(); it.hasNext();) {
                                Annotation p = (Annotation) it.next();
                                p.accept(this );
                                this.fBuffer.append(" "); //$NON-NLS-1$
                        }
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if (node.getAST().apiLevel() >= AST.JLS3) {
  if (node.getJavadoc() != null) {
    node.getJavadoc().accept(this );
  }
  for (Iterator it = node.annotations().iterator(); it.hasNext();) {
    Annotation p = (Annotation) it.next();
    p.accept(this );
    this. [[#variable9c068d40]].append(" "); //$NON-NLS-1$
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9c068d40]]
buffer 
12[[#9c068d40]]
fBuffer