CloneSet1181


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.971class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11191
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBinary.java
21386
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBoolean.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
91
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBinary.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";
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
86
Source File
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 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";
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c82a940]]
DataTypeBinary 
12[[#1c82a940]]
DataTypeBoolean 
21[[#1c82a900]]
"[Ljava.lang.Byte" 
22[[#1c82a900]]
"java.lang.Boolean"