Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 1 | 0.981 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 79 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java |
2 | 10 | 91 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java |
| |||||
try { // we don't expect to find this loader.findClass("fubar"); fail("Did not expect to find fubar class"); } catch (ClassNotFoundException e) { // ignore expected } catch (NullPointerException e) { fail("loader should not fail even if cleaned up"); } |
| |||||
try { // we don't expect to find this loader.findClass("fubar"); fail("Did not expect to find fubar class"); } catch (ClassNotFoundException e) { // ignore expected } catch (NullPointerException e) { fail("loader should not fail even if project finished"); } |
| |||
try { // we don't expect to find this loader.findClass("fubar"); fail("Did not expect to find fubar class"); } catch (ClassNotFoundException e) { // ignore expected } catch (NullPointerException e) { fail( [[#variable1308b880]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1308b880]] | "loader should not fail even if cleaned up" |
1 | 2 | [[#1308b880]] | "loader should not fail even if project finished" |