CloneSet602


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.967executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17458
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/RuntimeConfigurable.java
27386
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/UnknownElement.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
458
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/RuntimeConfigurable.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;
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
386
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/UnknownElement.java

if (u.children != null) {
  List newChildren = new ArrayList();
  newChildren.addAll(u.children);
  if (children != null) {
    newChildren.addAll(children);
  }
  children = newChildren;
}


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13029a00]]
r 
12[[#13029a00]]
u