Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.955 | arguments |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 831 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBlob.java |
2 | 5 | 875 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeClob.java |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent e) { _showBlobSizeField.setEnabled(_blobTypeDrop.getSelectedIndex() == 0); } } ) |
| |||||
(new ActionListener() { public void actionPerformed(ActionEvent e) { _showClobSizeField.setEnabled(_clobTypeDrop.getSelectedIndex() == 0); } } ) |
| |||
(new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1c9a8bc0]].setEnabled( [[#variable1c9a8b40]].getSelectedIndex() == 0); } } ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9a8bc0]] | _showBlobSizeField |
1 | 2 | [[#1c9a8bc0]] | _showClobSizeField |
2 | 1 | [[#1c9a8b40]] | _blobTypeDrop |
2 | 2 | [[#1c9a8b40]] | _clobTypeDrop |