Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 6 | 2 | 0.951 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 107 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java |
2 | 4 | 113 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java |
3 | 4 | 119 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java |
4 | 3 | 93 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java |
5 | 3 | 99 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java |
6 | 3 | 105 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java |
| |||||
public void addShowSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); showSQLButton.addActionListener(listener); } |
| |||||
public void addEditSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); editSQLButton.addActionListener(listener); } |
| |||||
public void addExecuteListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); executeButton.addActionListener(listener); } |
| |||||
public void addShowSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); showSQLButton.addActionListener(listener); } |
| |||||
public void addEditSQLListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); editSQLButton.addActionListener(listener); } |
| |||||
public void addExecuteListener(ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); executeButton.addActionListener(listener); } |
| |||
public void [[#variable1cc0de00]](ActionListener listener) { if (listener == null) throw new IllegalArgumentException("listener cannot be null"); [[#variable1cc0dd80]].addActionListener(listener); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc0de00]] | addShowSQLListener |
1 | 2 | [[#1cc0de00]] | addEditSQLListener |
1 | 3 | [[#1cc0de00]] | addExecuteListener |
1 | 4 | [[#1cc0de00]] | addShowSQLListener |
1 | 5 | [[#1cc0de00]] | addEditSQLListener |
1 | 6 | [[#1cc0de00]] | addExecuteListener |
2 | 1 | [[#1cc0dd80]] | showSQLButton |
2 | 2 | [[#1cc0dd80]] | editSQLButton |
2 | 3 | [[#1cc0dd80]] | executeButton |
2 | 4 | [[#1cc0dd80]] | showSQLButton |
2 | 5 | [[#1cc0dd80]] | editSQLButton |
2 | 6 | [[#1cc0dd80]] | executeButton |