CloneSet799


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15111
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/dispatch/DispatchUtils.java
25143
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TypeAdapterTest.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
111
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/dispatch/DispatchUtils.java

Throwable t = ie.getTargetException();
if (t instanceof BuildException) {
  throw ((BuildException) t);
}
else {
  throw new BuildException(t);
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
143
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/TypeAdapterTest.java

Throwable t = ie.getTargetException();
if (t instanceof BuildException) {
  throw ((BuildException) t);
}
else {
  throw new BuildException(t);
}


Clone AbstractionParameter Count: 0Parameter Bindings

Throwable t = ie.getTargetException();
if (t instanceof BuildException) {
  throw ((BuildException) t);
}
else {
  throw new BuildException(t);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None