CloneSet4806


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141938
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
241966
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
Clone Instance
1
Line Count
4
Source Line
1938
Source File
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);
                        }


Clone Instance
2
Line Count
4
Source Line
1966
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java

                        if (oldChild != null) {
                                this.ast.postReplaceChildEvent(this, oldChild, newChild, property);
                        }
                        else   {
                                this.ast.postAddChildEvent(this, newChild, property);
                        }


Clone AbstractionParameter Count: 4Parameter Bindings

if ( [[#variable9efc0920]]!= null) {
  this.ast. [[#variable9efc0820]](this, oldChild, newChild, property);
}
else {
  this.ast. [[#variable9efc07e0]](this,  [[#variable9efc07a0]], property);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9efc0920]]
newChild 
12[[#9efc0920]]
oldChild 
21[[#9efc0820]]
preReplaceChildEvent 
22[[#9efc0820]]
postReplaceChildEvent 
31[[#9efc07e0]]
preRemoveChildEvent 
32[[#9efc07e0]]
postAddChildEvent 
41[[#9efc07a0]]
oldChild 
42[[#9efc07a0]]
newChild