CloneSet798


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16215
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelper2.java
26142
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
215
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelper2.java

{
  BuildException be = (BuildException) t;
  if (be.getLocation() == Location.UNKNOWN_LOCATION) {
    be.setLocation(location);
  }
  throw be;
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
142
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java

{
  BuildException be = (BuildException) t;
  if (be.getLocation() == Location.UNKNOWN_LOCATION) {
    be.setLocation(location);
  }
  throw be;
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  BuildException be = (BuildException) t;
  if (be.getLocation() == Location.UNKNOWN_LOCATION) {
    be.setLocation(location);
  }
  throw be;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None