Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 0 | 1.000 | arguments |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 58 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLHistoryController.java |
2 | 17 | 67 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/mainpanel/SQLHistoryDlg.java |
| |||||
(new WindowAdapter() { boolean onWindowClosedCalled = false; public void windowClosed(WindowEvent e) { if (false == onWindowClosedCalled) { onWindowClosed(); } } public void windowClosing(WindowEvent e) { onWindowClosed(); onWindowClosedCalled = true; } } ) |
| |||||
(new WindowAdapter() { boolean onWindowClosedCalled = false; public void windowClosed(WindowEvent e) { if (false == onWindowClosedCalled) { onWindowClosed(); } } public void windowClosing(WindowEvent e) { onWindowClosed(); onWindowClosedCalled = true; } } ) |
| |||
(new WindowAdapter() { boolean onWindowClosedCalled = false; public void windowClosed(WindowEvent e) { if (false == onWindowClosedCalled) { onWindowClosed(); } } public void windowClosing(WindowEvent e) { onWindowClosed(); onWindowClosedCalled = true; } } ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |