Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.967 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 69 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
2 | 2 | 168 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
3 | 2 | 175 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
4 | 2 | 345 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/IntrospectionHelperTest.java |
5 | 2 | 372 | 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); } |
| |||||
catch (BuildException be) { assertTrue(be.getException() instanceof NullPointerException); } |
| |||||
catch (BuildException be) { assertTrue(be.getException() instanceof NullPointerException); } |
| |||||
catch (BuildException be) { assertTrue(be.getException() instanceof AssertionFailedError); } |
| |||||
catch (BuildException be) { assertTrue(be.getException() instanceof ClassNotFoundException); } |
| |||
catch (BuildException be) { assertTrue(be.getException() instanceof [[#variable13123980]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13123980]] | AssertionFailedError |
1 | 2 | [[#13123980]] | NullPointerException |
1 | 3 | [[#13123980]] | NullPointerException |
1 | 4 | [[#13123980]] | AssertionFailedError |
1 | 5 | [[#13123980]] | ClassNotFoundException |