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.966 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 421 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
2 | 2 | 423 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/FileUtilsTest.java |
| |||||
assertEquals("", FILE_UTILS.removeLeadingPath(new File("/foo/bar/"), new File("/foo/bar/"))); |
| |||||
assertEquals("", FILE_UTILS.removeLeadingPath(new File("/foo/bar/"), new File("/foo/bar"))); |
| |||
assertEquals("", FILE_UTILS.removeLeadingPath(new File("/foo/bar/"), new File( [[#variable112ce7e0]]))); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112ce7e0]] | "/foo/bar/" |
1 | 2 | [[#112ce7e0]] | "/foo/bar" |