Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 158 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
2 | 4 | 176 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java |
| |||||
assertTrue("Wrong exception type: " + e.getClass().getName(), e instanceof BuildException); assertEquals("Wrong exception message.", "Specified class (java.lang.Object) is not an Algorithm.", e.getMessage()); |
| |||||
assertTrue("Wrong exception type: " + e.getClass().getName(), e instanceof BuildException); assertEquals("Wrong exception message.", "Specified class (non.existent.custom.Algorithm) not found.", e.getMessage()); |
| |||
assertTrue("Wrong exception type: " + e.getClass().getName(), e instanceof BuildException); assertEquals("Wrong exception message.", [[#variable130d4240]], e.getMessage()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130d4240]] | "Specified class (java.lang.Object) is not an Algorithm." |
1 | 2 | [[#130d4240]] | "Specified class (non.existent.custom.Algorithm) not found." |