CloneSet748


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1869
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/ResourceOutputTest.java
2888
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/ResourceOutputTest.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
69
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/ResourceOutputTest.java

try {
  testoutput(r);
  fail("should have caught ImmutableResourceException");
}
catch (ImmutableResourceException
       e) {
}
catch (IOException
       e) {
  fail("caught some other IOException: " + e);
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
88
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/ResourceOutputTest.java

try {
  testoutput(r);
  fail("should have caught ImmutableResourceException");
}
catch (ImmutableResourceException
       e) {
}
catch (IOException
       e) {
  fail("caught some other IOException: " + e);
}


Clone AbstractionParameter Count: 0Parameter Bindings

try {
  testoutput(r);
  fail("should have caught ImmutableResourceException");
}
catch (ImmutableResourceException
       e) {
}
catch (IOException
       e) {
  fail("caught some other IOException: " + e);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None