Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.970 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1560 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTNode.java |
2 | 5 | 1570 | 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; |
| ||||
if (child == null && p.isMandatory()) { throw new IllegalArgumentException(); } internalGetSetChildProperty(p, false, child); return; |
| |||
if ( [[#variable5783e880]]== null && p.isMandatory()) { throw new IllegalArgumentException(); } [[#variable578942c0]](p, false, [[#variable5783e880]]); return; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5783e880]] | value |
1 | 2 | [[#5783e880]] | child |
2 | 1 | [[#578942c0]] | internalGetSetObjectProperty |
2 | 2 | [[#578942c0]] | internalGetSetChildProperty |