Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 89 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java |
2 | 3 | 95 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java |
3 | 3 | 101 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java |
4 | 3 | 107 | E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java |
| |||||
public void addExecuteListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("ActionListener cannot be null"); _executeButton.addActionListener(listener); } |
| |||||
public void addEditSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("ActionListener cannot be null"); _editButton.addActionListener(listener); } |
| |||||
public void addShowSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("ActionListener cannot be null"); _showButton.addActionListener(listener); } |
| |||||
public void addCancelListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("ActionListener cannot be null"); _cancelButton.addActionListener(listener); } |
| |||
public void [[#variable1cd45fa0]](ActionListener listener) { if (listener == null) throw new IllegalArgumentException("ActionListener cannot be null"); [[#variable1cd45f00]].addActionListener(listener); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd45fa0]] | addExecuteListener |
1 | 2 | [[#1cd45fa0]] | addEditSQLListener |
1 | 3 | [[#1cd45fa0]] | addShowSQLListener |
1 | 4 | [[#1cd45fa0]] | addCancelListener |
2 | 1 | [[#1cd45f00]] | _executeButton |
2 | 2 | [[#1cd45f00]] | _editButton |
2 | 3 | [[#1cd45f00]] | _showButton |
2 | 4 | [[#1cd45f00]] | _cancelButton |