CloneSet3571


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5230.978class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15117
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java
25117
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java
Clone Instance
1
Line Count
5
Source Line
117
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java

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


Clone Instance
2
Line Count
5
Source Line
117
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java

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


Clone AbstractionParameter Count: 3Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#512188e0]]
MarkerAnnotation 
12[[#512188e0]]
ThisExpression 
21[[#51218820]]
setTypeName 
22[[#51218820]]
setQualifier 
31[[#512187c0]]
getTypeName 
32[[#512187c0]]
getQualifier