CloneSet972


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3420.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1389
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java
2395
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java
33101
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java
43107
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
89
Source File
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);
}


Next
Previous
Clone Instance
2
Line Count
3
Source Line
95
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java

public void addEditSQLListener(ActionListener listener) {
  if (listener == null)
    throw new IllegalArgumentException("ActionListener cannot be null");
  _editButton.addActionListener(listener);
}


Next
Previous
Clone Instance
3
Line Count
3
Source Line
101
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java

public void addShowSQLListener(ActionListener listener) {
  if (listener == null)
    throw new IllegalArgumentException("ActionListener cannot be null");
  _showButton.addActionListener(listener);
}


First
Previous
Clone Instance
4
Line Count
3
Source Line
107
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java

public void addCancelListener(ActionListener listener) {
  if (listener == null)
    throw new IllegalArgumentException("ActionListener cannot be null");
  _cancelButton.addActionListener(listener);
}


Clone AbstractionParameter Count: 2Parameter Bindings

public void [[#variable1cd45fa0]](ActionListener listener) {
  if (listener == null)
    throw new IllegalArgumentException("ActionListener cannot be null");
   [[#variable1cd45f00]].addActionListener(listener);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cd45fa0]]
addExecuteListener 
12[[#1cd45fa0]]
addEditSQLListener 
13[[#1cd45fa0]]
addShowSQLListener 
14[[#1cd45fa0]]
addCancelListener 
21[[#1cd45f00]]
_executeButton 
22[[#1cd45f00]]
_editButton 
23[[#1cd45f00]]
_showButton 
24[[#1cd45f00]]
_cancelButton