Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | anonymous_class_creation |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 94 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/MonitorPanel.java |
2 | 9 | 206 | E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/gui/MonitorPanel.java |
| |||||
new ActionListener() { public void actionPerformed(ActionEvent e) { if ( !_haveSession) return; if (_inRefresh) return; _inRefresh = true; refreshData(); _inRefresh = false; } } |
| |||||
new ActionListener() { public void actionPerformed(ActionEvent e) { if ( !_haveSession) return; if (_inRefresh) return; _inRefresh = true; refreshData(); _inRefresh = false; } } |
| |||
new ActionListener() { public void actionPerformed(ActionEvent e) { if ( !_haveSession) return; if (_inRefresh) return; _inRefresh = true; refreshData(); _inRefresh = false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |