Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.973 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 146 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/OracleDialectExt.java |
2 | 8 | 201 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.java |
| |||||
{ if (databaseProductName == null) { return false; } if (databaseProductName.trim().toLowerCase().startsWith("oracle")) { // We don't yet have the need to discriminate by version. return true; } return false; } |
| |||||
{ if (databaseProductName == null) { return false; } if (databaseProductName.trim().toLowerCase().startsWith("pointbase")) { // We don't yet have the need to discriminate by version. return true; } return false; } |
| |||
{ if (databaseProductName == null) { return false; } if (databaseProductName.trim().toLowerCase().startsWith( [[#variable1ca2bc20]])) { // We don't yet have the need to discriminate by version. return true; } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca2bc20]] | "oracle" |
1 | 2 | [[#1ca2bc20]] | "pointbase" |