CloneSet2179


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.971executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13169
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java
2377
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/MessageDialog.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
169
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/AbstractPostgresDialog.java

addCancelListener(new ActionListener() {
                    public void actionPerformed(ActionEvent e) {
                      setVisible(false);
                    }
                  } );


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

replaceCloseListener(new ActionListener() {
                       public void actionPerformed(ActionEvent e) {
                         setVisible(false);
                       }
                     } );


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable1ca65c40]](new ActionListener() {
                         public void actionPerformed(ActionEvent e) {
                           setVisible(false);
                         }
                       } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca65c40]]
addCancelListener 
12[[#1ca65c40]]
replaceCloseListener