CloneSet8965


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.962class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12100
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java
22104
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java
Clone Instance
1
Line Count
2
Source Line
100
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java

        protected List getChildList(ASTNode parent, StructuralPropertyDescriptor childProperty) {
                return (List) getAttribute(parent, childProperty);
        }


Clone Instance
2
Line Count
2
Source Line
104
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java

        protected ASTNode getChildNode(ASTNode parent, StructuralPropertyDescriptor childProperty) {
                return (ASTNode) getAttribute(parent, childProperty);
        }


Clone AbstractionParameter Count: 2Parameter Bindings

protected [[#variablec2a6db40]]  [[#variablec2a6da20]](ASTNode parent, StructuralPropertyDescriptor childProperty) {
  return ( [[#variablec2a6db40]]) getAttribute(parent, childProperty);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2a6db40]]
List 
12[[#c2a6db40]]
ASTNode 
21[[#c2a6da20]]
getChildList 
22[[#c2a6da20]]
getChildNode