CloneSet433


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2510.967catch_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1269
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
22168
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
32175
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
42345
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
52372
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
69
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
168
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof NullPointerException);
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
175
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof NullPointerException);
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
345
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof AssertionFailedError);
}


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

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof ClassNotFoundException);
}


Clone AbstractionParameter Count: 1Parameter Bindings

catch (BuildException
       be) {
  assertTrue(be.getException() instanceof [[#variable13123980]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13123980]]
AssertionFailedError 
12[[#13123980]]
NullPointerException 
13[[#13123980]]
NullPointerException 
14[[#13123980]]
AssertionFailedError 
15[[#13123980]]
ClassNotFoundException