CloneSet599


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.951method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14107
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java
24113
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java
34119
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java
4393
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java
5399
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java
63105
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
107
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java

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


Next
Previous
Clone Instance
2
Line Count
4
Source Line
113
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java

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


Next
Previous
Clone Instance
3
Line Count
4
Source Line
119
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringDialog.java

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


Next
Previous
Clone Instance
4
Line Count
3
Source Line
93
Source File
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);
}


Next
Previous
Clone Instance
5
Line Count
3
Source Line
99
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java

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


First
Previous
Clone Instance
6
Line Count
3
Source Line
105
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AbstractRefactoringTabbedDialog.java

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


Clone AbstractionParameter Count: 2Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cc0de00]]
addShowSQLListener 
12[[#1cc0de00]]
addEditSQLListener 
13[[#1cc0de00]]
addExecuteListener 
14[[#1cc0de00]]
addShowSQLListener 
15[[#1cc0de00]]
addEditSQLListener 
16[[#1cc0de00]]
addExecuteListener 
21[[#1cc0dd80]]
showSQLButton 
22[[#1cc0dd80]]
editSQLButton 
23[[#1cc0dd80]]
executeButton 
24[[#1cc0dd80]]
showSQLButton 
25[[#1cc0dd80]]
editSQLButton 
26[[#1cc0dd80]]
executeButton