CloneSet1530


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

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


First
Previous
Clone Instance
2
Line Count
4
Source Line
405
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/HADBDialectExt.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
 */
public String getColumnDefaultAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) {
  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 nullability of the specified column
         * 
         * @param info
         *           the column to modify
         * @return the SQL to execute
         */
public String [[#variable1c8dbd20]]  [[#variable1c8dbc80]](TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) {
  throw new UnsupportedOperationException("Not yet implemented");
}
 

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