Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.962 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 2 | 104 | 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); } |
| ||||
protected ASTNode getChildNode(ASTNode parent, StructuralPropertyDescriptor childProperty) { return (ASTNode) getAttribute(parent, childProperty); } |
| |||
protected [[#variablec2a6db40]] [[#variablec2a6da20]](ASTNode parent, StructuralPropertyDescriptor childProperty) { return ( [[#variablec2a6db40]]) getAttribute(parent, childProperty); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2a6db40]] | List |
1 | 2 | [[#c2a6db40]] | ASTNode |
2 | 1 | [[#c2a6da20]] | getChildList |
2 | 2 | [[#c2a6da20]] | getChildNode |