Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.988 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 758 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
2 | 6 | 807 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
| |||||
String base = System.getProperty("user.dir"); if ( !base.endsWith(slash)) { base += slash; } FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst"); FileWrapperImpl f2 = (FileWrapperImpl) f.getAbsoluteFile(); |
| |||||
String base = System.getProperty("user.dir"); if ( !base.endsWith(slash)) { base += slash; } FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst"); FileWrapperImpl f2 = (FileWrapperImpl) f.getCanonicalFile(); |
| |||
String base = System.getProperty("user.dir"); if ( !base.endsWith(slash)) { base += slash; } FileWrapperImpl f = new FileWrapperImpl(base, "temp.tst"); FileWrapperImpl f2 = (FileWrapperImpl) f. [[#variable1cd20900]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd20900]] | getAbsoluteFile |
1 | 2 | [[#1cd20900]] | getCanonicalFile |