Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 91 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBinary.java |
2 | 13 | 86 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBoolean.java |
| |||||
/** * Constructor - save the data needed by this data type. */ public DataTypeBinary(JTable table, ColumnDisplayDefinition colDef) { _table = table; _colDef = colDef; _isNullable = colDef.isNullable(); } /** * Return the name of the java class used to hold this data type. */ public String getClassName() { return "[Ljava.lang.Byte"; } |
| |||||
/** * Constructor - save the data needed by this data type. */ public DataTypeBoolean(JTable table, ColumnDisplayDefinition colDef) { _table = table; _colDef = colDef; _isNullable = colDef.isNullable(); } /** * Return the name of the java class used to hold this data type. */ public String getClassName() { return "java.lang.Boolean"; } |
| |||
/** * Constructor - save the data needed by this data type. */ public [[#variable1c82a940]](JTable table, ColumnDisplayDefinition colDef) { _table = table; _colDef = colDef; _isNullable = colDef.isNullable(); } /** * Return the name of the java class used to hold this data type. */ public String getClassName() { return [[#variable1c82a900]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c82a940]] | DataTypeBinary |
1 | 2 | [[#1c82a940]] | DataTypeBoolean |
2 | 1 | [[#1c82a900]] | "[Ljava.lang.Byte" |
2 | 2 | [[#1c82a900]] | "java.lang.Boolean" |