Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 396 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/XMLCatalogTest.java |
2 | 2 | 405 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/XMLCatalogTest.java |
| |||||
String resultStr = new URL(result.getSystemId()).getFile(); assertTrue(toURLString(dtdFile).endsWith(resultStr)); |
| |||||
String resultStr = new URL(result.getSystemId()).getFile(); assertTrue(toURLString(xmlFile).endsWith(resultStr)); |
| |||
String resultStr = new URL(result.getSystemId()).getFile(); assertTrue(toURLString( [[#variable130eb0a0]]).endsWith(resultStr)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130eb0a0]] | dtdFile |
1 | 2 | [[#130eb0a0]] | xmlFile |