Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.981 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 653 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
2 | 3 | 1394 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
3 | 3 | 1403 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
| |||||
FileWrapper f = new FileWrapperImpl(dir, "filechk.tst"); FileOutputStream fos = new FileOutputStream(f.getAbsolutePath()); fos.close(); |
| |||||
FileWrapper f = new FileWrapperImpl(dir, "4.tst"); FileOutputStream fos = new FileOutputStream(f.getAbsolutePath()); fos.close(); |
| |||||
FileWrapper f = new FileWrapperImpl(dir, ".4.tst"); FileOutputStream fos = new FileOutputStream(f.getAbsolutePath()); fos.close(); |
| |||
FileWrapper f = new FileWrapperImpl(dir, [[#variable1cd82f20]]); FileOutputStream fos = new FileOutputStream(f.getAbsolutePath()); fos.close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd82f20]] | "filechk.tst" |
1 | 2 | [[#1cd82f20]] | "4.tst" |
1 | 3 | [[#1cd82f20]] | ".4.tst" |