Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 805 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java |
2 | 7 | 841 | 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[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); |
| |||||
// 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); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c87dd00]] | "dataTypeBlob.read" |
1 | 2 | [[#1c87dd00]] | "dataTypeBigDecimal.read2" |
2 | 1 | [[#1c87dc40]] | _blobTypeDrop |
2 | 2 | [[#1c87dc40]] | _clobTypeDrop |
3 | 1 | [[#1c87dc00]] | _showBlobSizeField |
3 | 2 | [[#1c87dc00]] | _showClobSizeField |