Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 4 | 3 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 56 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/aliasproperties/AliasPropertiesController.java |
2 | 13 | 96 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/action/TableExportCsvController.java |
3 | 13 | 50 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/configuration/FactoryProviderController.java |
4 | 15 | 66 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/ScriptPropertiesController.java |
| |||||
_frame.btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _frame.btnClose.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onClose(); } } ); |
| |||||
_dlg.btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg.btnCancel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { closeDlg(); } } ); |
| |||||
_dlg.btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); _dlg.btnCancel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onCancel(); } } ); |
| |||||
m_dlg.btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); m_dlg.btnCancel.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { close(); } } ); |
| |||
[[#variable1ce37180]].btnOk.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { onOK(); } } ); [[#variable1ce37180]]. [[#variable1ce3c6e0]].addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { [[#variable1ce3c980]](); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ce37180]] | _frame |
1 | 2 | [[#1ce37180]] | _dlg |
1 | 3 | [[#1ce37180]] | _dlg |
1 | 4 | [[#1ce37180]] | m_dlg |
2 | 1 | [[#1ce3c6e0]] | btnClose |
2 | 2 | [[#1ce3c6e0]] | btnCancel |
2 | 3 | [[#1ce3c6e0]] | btnCancel |
2 | 4 | [[#1ce3c6e0]] | btnCancel |
3 | 1 | [[#1ce3c980]] | onClose |
3 | 2 | [[#1ce3c980]] | closeDlg |
3 | 3 | [[#1ce3c980]] | onCancel |
3 | 4 | [[#1ce3c980]] | close |