Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.967 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 458 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/RuntimeConfigurable.java |
2 | 7 | 386 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/UnknownElement.java |
| |||||
// Children (this is a shadow of UnknownElement#children) if (r.children != null) { List newChildren = new ArrayList(); newChildren.addAll(r.children); if (children != null) { newChildren.addAll(children); } children = newChildren; } |
| |||||
if (u.children != null) { List newChildren = new ArrayList(); newChildren.addAll(u.children); if (children != null) { newChildren.addAll(children); } children = newChildren; } |
| |||
// Children (this is a shadow of UnknownElement#children) if ( [[#variable13029a00]].children != null) { List newChildren = new ArrayList(); newChildren.addAll( [[#variable13029a00]].children); if (children != null) { newChildren.addAll(children); } children = newChildren; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13029a00]] | r |
1 | 2 | [[#13029a00]] | u |