CloneSet1027


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11347
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/TableColumnInfo.java
21370
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/TableColumnInfo.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
47
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/TableColumnInfo.java

_tableName = tableName;
_columnName = columnName;
_dataType = dataType;
_typeName = typeName;
_columnSize = columnSize;
_decimalDigits = decimalDigits;
_radix = radix;
_isNullAllowed = isNullAllowed;
_remarks = remarks;
_defaultValue = defaultValue;
_octetLength = octetLength;
_ordinalPosition = ordinalPosition;
_isNullable = isNullable;


First
Previous
Clone Instance
2
Line Count
13
Source Line
70
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/TableColumnInfo.java

_tableName = tableName;
_columnName = columnName;
_dataType = dataType;
_typeName = typeName;
_columnSize = columnSize;
_decimalDigits = decimalDigits;
_radix = radix;
_isNullAllowed = isNullAllowed;
_remarks = remarks;
_defaultValue = defaultValue;
_octetLength = octetLength;
_ordinalPosition = ordinalPosition;
_isNullable = isNullable;


Clone AbstractionParameter Count: 0Parameter Bindings

_tableName = tableName;
_columnName = columnName;
_dataType = dataType;
_typeName = typeName;
_columnSize = columnSize;
_decimalDigits = decimalDigits;
_radix = radix;
_isNullAllowed = isNullAllowed;
_remarks = remarks;
_defaultValue = defaultValue;
_octetLength = octetLength;
_ordinalPosition = ordinalPosition;
_isNullable = isNullable;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None