CloneSet1463


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16336
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java
26436
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
336
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java

/**
 * Returns the SQL used to alter the specified column to not allow null values
 * 
 * @param info
 *           the column to modify
 * @return the SQL to execute
 */
@Override public String[] getColumnNullableAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) {
  throw new UnsupportedOperationException("Not yet implemented");
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
436
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java

/**
 * Returns the SQL command to change the specified column's default value
 * 
 * @param info
 *           the column to modify and it's default value.
 * @return SQL to make the change
 */
@Override public String getColumnDefaultAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) {
  // TODO need to implement or change the message
  throw new UnsupportedOperationException("Not yet implemented");
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * Returns the SQL command to change the specified column's default value
         * 
         * @param info
         *           the column to modify and it's default value.
         * @return SQL to make the change
         */
/**
         * Returns the SQL used to alter the specified column to not allow null values
         * 
         * @param info
         *           the column to modify
         * @return the SQL to execute
         */
@Override public String [[#variable1c8adfa0]]  [[#variable1c8adf80]](TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) {
  // TODO need to implement or change the message
  throw new UnsupportedOperationException("Not yet implemented");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8adfa0]]
[] 
12[[#1c8adfa0]]
21[[#1c8adf80]]
getColumnNullableAlterSQL 
22[[#1c8adf80]]
getColumnDefaultAlterSQL