Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 487 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DB2DialectExt.java |
2 | 2 | 488 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InformixDialectExt.java |
3 | 2 | 435 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/OracleDialectExt.java |
4 | 2 | 457 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PostgreSQLDialectExt.java |
| |||||
result.append(DialectUtils.shapeQualifiableIdentifier(info.getTableName(), qualifier, prefs, this )); result.append(" "); |
| |||||
result.append(DialectUtils.shapeQualifiableIdentifier(column.getTableName(), qualifier, prefs, this )); result.append(" "); |
| |||||
result.append(DialectUtils.shapeQualifiableIdentifier(info.getTableName(), qualifier, prefs, this )); result.append(" MODIFY "); |
| |||||
result.append(DialectUtils.shapeQualifiableIdentifier(info.getTableName(), qualifier, prefs, this )); result.append(" ALTER COLUMN "); |
| |||
result.append(DialectUtils.shapeQualifiableIdentifier( [[#variable1cd54960]].getTableName(), qualifier, prefs, this )); result.append( [[#variable1cd549c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd54960]] | info |
1 | 2 | [[#1cd54960]] | column |
1 | 3 | [[#1cd54960]] | info |
1 | 4 | [[#1cd54960]] | info |
2 | 1 | [[#1cd549c0]] | " " |
2 | 2 | [[#1cd549c0]] | " " |
2 | 3 | [[#1cd549c0]] | " MODIFY " |
2 | 4 | [[#1cd549c0]] | " ALTER COLUMN " |