Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 786 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
2 | 3 | 870 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
| |||||
FileWrapper f = new FileWrapperImpl(base, "temp.tst"); assertEquals("Test 1: Incorrect Path Returned.", base + "temp.tst", f.getAbsolutePath()); |
| |||||
FileWrapper f = new FileWrapperImpl(base, "temp.tst"); assertEquals("Test 1: Incorrect Path Returned.", base + "temp.tst", f.getCanonicalPath()); |
| |||
FileWrapper f = new FileWrapperImpl(base, "temp.tst"); assertEquals("Test 1: Incorrect Path Returned.", base + "temp.tst", f. [[#variable1c9d5b40]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9d5b40]] | getAbsolutePath |
1 | 2 | [[#1c9d5b40]] | getCanonicalPath |