CloneSet3493


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.984class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1494
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BlockComment.java
2491
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/LineComment.java
3481
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NullLiteral.java
Clone Instance
1
Line Count
4
Source Line
94
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BlockComment.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        ASTNode clone0(AST target) {
                BlockComment result = new BlockComment(target);
                result.setSourceRange(this.getStartPosition(), this.getLength());
                return result;
        }


Clone Instance
2
Line Count
4
Source Line
91
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/LineComment.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        ASTNode clone0(AST target) {
                LineComment result = new LineComment(target);
                result.setSourceRange(this.getStartPosition(), this.getLength());
                return result;
        }


Clone Instance
3
Line Count
4
Source Line
81
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NullLiteral.java

        /* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
        ASTNode clone0(AST target) {
                NullLiteral result = new NullLiteral(target);
                result.setSourceRange(this.getStartPosition(), this.getLength());
                return result;
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/* (omit javadoc for this method)
         * Method declared on ASTNode.
         */
ASTNode clone0(AST target) {
   [[#variable5620bfc0]] result = new [[#variable5620bfc0]](target);
  result.setSourceRange(this.getStartPosition(), this.getLength());
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5620bfc0]]
BlockComment 
12[[#5620bfc0]]
LineComment 
13[[#5620bfc0]]
NullLiteral