CloneSet1349


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.952class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17805
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java
27841
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
805
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java

// label for type combo - used to enable/disable text associated with the combo
// i18n[dataTypeBlob.read=Read]
private RightLabel _typeDropLabel = new RightLabel(s_stringMgr.getString("dataTypeBlob.read"));

// Combo box for read-all/read-part of blob
private ReadTypeCombo _blobTypeDrop = new ReadTypeCombo();

// text field for how many bytes of Blob to read
private IntegerField _showBlobSizeField = new IntegerField(5);


First
Previous
Clone Instance
2
Line Count
7
Source Line
841
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java

// label for type combo - used to enable/disable text associated with the combo
// i18n[dataTypeBigDecimal.read2=Read]
private RightLabel _typeDropLabel = new RightLabel(s_stringMgr.getString("dataTypeBigDecimal.read2"));

// Combo box for read-all/read-part of blob
private ReadTypeCombo _clobTypeDrop = new ReadTypeCombo();

// text field for how many bytes of Blob to read
private IntegerField _showClobSizeField = new IntegerField(5);


Clone AbstractionParameter Count: 3Parameter Bindings

// label for type combo - used to enable/disable text associated with the combo
// i18n[dataTypeBigDecimal.read2=Read]
// i18n[dataTypeBlob.read=Read]
private RightLabel _typeDropLabel = new RightLabel(s_stringMgr.getString( [[#variable1c87dd00]]));

// Combo box for read-all/read-part of blob
private ReadTypeCombo  [[#variable1c87dc40]]= new ReadTypeCombo();

// text field for how many bytes of Blob to read
private IntegerField  [[#variable1c87dc00]]= new IntegerField(5);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c87dd00]]
"dataTypeBlob.read" 
12[[#1c87dd00]]
"dataTypeBigDecimal.read2" 
21[[#1c87dc40]]
_blobTypeDrop 
22[[#1c87dc40]]
_clobTypeDrop 
31[[#1c87dc00]]
_showBlobSizeField 
32[[#1c87dc00]]
_showClobSizeField