Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1938 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
2 | 4 | 1966 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
| ||||
if (newChild != null) { this.ast.preReplaceChildEvent(this, oldChild, newChild, property); } else { this.ast.preRemoveChildEvent(this, oldChild, property); } |
| ||||
if (oldChild != null) { this.ast.postReplaceChildEvent(this, oldChild, newChild, property); } else { this.ast.postAddChildEvent(this, newChild, property); } |
| |||
if ( [[#variable9efc0920]]!= null) { this.ast. [[#variable9efc0820]](this, oldChild, newChild, property); } else { this.ast. [[#variable9efc07e0]](this, [[#variable9efc07a0]], property); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9efc0920]] | newChild |
1 | 2 | [[#9efc0920]] | oldChild |
2 | 1 | [[#9efc0820]] | preReplaceChildEvent |
2 | 2 | [[#9efc0820]] | postReplaceChildEvent |
3 | 1 | [[#9efc07e0]] | preRemoveChildEvent |
3 | 2 | [[#9efc07e0]] | postAddChildEvent |
4 | 1 | [[#9efc07a0]] | oldChild |
4 | 2 | [[#9efc07a0]] | newChild |