Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 112 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvController.java |
2 | 5 | 120 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvController.java |
3 | 5 | 129 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvController.java |
| |||||
_dlg.radFormatCSV.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onFormat(true); } } ); |
| |||||
_dlg.radFormatXLS.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onFormat(true); } } ); |
| |||||
_dlg.chkSeparatorTab.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onFormat(false); } } ); |
| |||
_dlg. [[#variable1c88f040]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onFormat( [[#variable1c88f000]]); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c88f040]] | radFormatCSV |
1 | 2 | [[#1c88f040]] | radFormatXLS |
1 | 3 | [[#1c88f040]] | chkSeparatorTab |
2 | 1 | [[#1c88f000]] | true |
2 | 2 | [[#1c88f000]] | true |
2 | 3 | [[#1c88f000]] | false |