Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.963 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 147 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InternalASTRewrite.java |
2 | 3 | 197 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InternalASTRewrite.java |
| ||||
event.setNewValue(child); if (child != null) { this.markAsMoveOrCopyTarget(node, child); } |
| ||||
event.setNewValue(newChild); if (newChild != null) { this.markAsMoveOrCopyTarget(node, newChild); } |
| |||
event.setNewValue( [[#variable92fa6da0]]); if ( [[#variable92fa6da0]]!= null) { this.markAsMoveOrCopyTarget(node, [[#variable92fa6da0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92fa6da0]] | newChild |
1 | 2 | [[#92fa6da0]] | child |