CloneSet187


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17230.978statement_sequence[11]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117133
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java
217231
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
133
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java

gbc = new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 5), 0, 0);
ret.add(radFormatCSV, gbc);
// i18n[TableExportCsvDlg.formatXLS=Export MS Excel (XLS) file]
radFormatXLS = new JRadioButton(s_stringMgr.getString("TableExportCsvDlg.formatXLS"));
gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
ret.add(radFormatXLS, gbc);
gbc = new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0);
ret.add(new JPanel(), gbc);
ButtonGroup bg = new ButtonGroup();
bg.add(radFormatCSV);
bg.add(radFormatXLS);
return ret;


First
Previous
Clone Instance
2
Line Count
17
Source Line
231
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvDlg.java

gbc = new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 5), 0, 0);
ret.add(radComplete, gbc);
// i18n[TableExportCsvDlg.exportSelection=Export selection]
radSelection = new JRadioButton(s_stringMgr.getString("TableExportCsvDlg.exportSelection"));
gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
ret.add(radSelection, gbc);
gbc = new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0);
ret.add(new JPanel(), gbc);
ButtonGroup bg = new ButtonGroup();
bg.add(radComplete);
bg.add(radSelection);
return ret;


Clone AbstractionParameter Count: 3Parameter Bindings

gbc = new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 5), 0, 0);
ret.add( [[#variable18d1edc0]], gbc);
 [[#variable18d19ea0]]= new JRadioButton(s_stringMgr.getString( [[#variable18d1ec80]]));
gbc = new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0);
ret.add( [[#variable18d19ea0]], gbc);
gbc = new GridBagConstraints(1, 0, 1, 1, 1, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, new Insets(0, 0, 0, 0), 0, 0);
ret.add(new JPanel(), gbc);
ButtonGroup bg = new ButtonGroup();
bg.add( [[#variable18d1edc0]]);
bg.add( [[#variable18d19ea0]]);
return ret;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d1edc0]]
radFormatCSV 
12[[#18d1edc0]]
radComplete 
21[[#18d19ea0]]
// i18n[TableExportCsvDlg.formatXLS=Export MS Excel (XLS) file]
radFormatXLS 
22[[#18d19ea0]]
// i18n[TableExportCsvDlg.exportSelection=Export selection]
radSelection 
31[[#18d1ec80]]
"TableExportCsvDlg.formatXLS" 
32[[#18d1ec80]]
"TableExportCsvDlg.exportSelection"