CloneSet7293


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.970statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151560
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
251570
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java
Clone Instance
1
Line Count
5
Source Line
1560
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java

                                if (value == null && p.isMandatory()) {
                                        throw new IllegalArgumentException();
                                }
                                internalGetSetObjectProperty(p, false, value);
                                return;


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

                        if (child == null && p.isMandatory()) {
                                throw new IllegalArgumentException();
                        }
                        internalGetSetChildProperty(p, false, child);
                        return;


Clone AbstractionParameter Count: 2Parameter Bindings

if ( [[#variable5783e880]]== null && p.isMandatory()) {
  throw new IllegalArgumentException();
}
 [[#variable578942c0]](p, false,  [[#variable5783e880]]);
return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5783e880]]
value 
12[[#5783e880]]
child 
21[[#578942c0]]
internalGetSetObjectProperty 
22[[#578942c0]]
internalGetSetChildProperty