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.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2007 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
2 | 6 | 2041 | E:/TSE/Projects-CloneDR/sql12/test/src/net/sourceforge/squirrel_sql/fw/util/FileTest.java |
| |||||
if (onUnix) { p = r.exec("chmod +w " + f1.getAbsolutePath()); } else { p = r.exec("attrib -r \"" + f1.getAbsolutePath() + "\""); } p.waitFor(); |
| |||||
if (onUnix) { p = r.exec("chmod +w " + f2.getAbsolutePath()); } else { p = r.exec("attrib -r \"" + f2.getAbsolutePath() + "\""); } p.waitFor(); |
| |||
if (onUnix) { p = r.exec("chmod +w " + [[#variable1c8b9600]].getAbsolutePath()); } else { p = r.exec("attrib -r \"" + [[#variable1c8b9600]].getAbsolutePath() + "\""); } p.waitFor(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8b9600]] | f1 |
1 | 2 | [[#1c8b9600]] | f2 |