CloneSet193


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
20401.000statement_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116400
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java
220218
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddUniqueConstraintDialog.java
315202
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java
416373
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java
Next
Last
Clone Instance
1
Line Count
16
Source Line
400
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java

_columTable = new JTable();
_columTable.setModel(_columnTableModel);
_columTable.setRowSelectionAllowed(true);
_columTable.setColumnSelectionAllowed(false);
_columTable.getTableHeader().setReorderingAllowed(false);
_columTable.setCellSelectionEnabled(false);
_columTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_columTable.getColumnModel().getSelectionModel().addListSelectionListener(new ListSelectionListener() {
                                                                            public void valueChanged(ListSelectionEvent event) {
                                                                              removeButton.setEnabled(true);
                                                                            }
                                                                          } );
JScrollPane scrollTablePane = new JScrollPane(_columTable);


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

_columTable = new JTable();
_columTable.setModel(_columnTableModel);
_columTable.setRowSelectionAllowed(true);
_columTable.setColumnSelectionAllowed(false);
_columTable.getTableHeader().setReorderingAllowed(false);
_columTable.setCellSelectionEnabled(false);
_columTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_columTable.getColumnModel().getSelectionModel().addListSelectionListener(new ListSelectionListener() {
                                                                            public void valueChanged(ListSelectionEvent event) {
                                                                              removeButton.setEnabled(true);
                                                                            }
                                                                          } );
JScrollPane scrollTablePane = new JScrollPane(_columTable);


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

_columTable = new JTable();
_columTable.setModel(_columnTableModel);
_columTable.setRowSelectionAllowed(true);
_columTable.setColumnSelectionAllowed(false);
_columTable.getTableHeader().setReorderingAllowed(false);
_columTable.setCellSelectionEnabled(false);
_columTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_columTable.getColumnModel().getSelectionModel().addListSelectionListener(new ListSelectionListener() {
                                                                            public void valueChanged(ListSelectionEvent event) {
                                                                              removeButton.setEnabled(true);
                                                                            }
                                                                          } );
JScrollPane scrollTablePane = new JScrollPane(_columTable);


First
Previous
Clone Instance
4
Line Count
16
Source Line
373
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java

_columTable = new JTable();
_columTable.setModel(_columnTableModel);
_columTable.setRowSelectionAllowed(true);
_columTable.setColumnSelectionAllowed(false);
_columTable.getTableHeader().setReorderingAllowed(false);
_columTable.setCellSelectionEnabled(false);
_columTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_columTable.getColumnModel().getSelectionModel().addListSelectionListener(new ListSelectionListener() {
                                                                            public void valueChanged(ListSelectionEvent event) {
                                                                              removeButton.setEnabled(true);
                                                                            }
                                                                          } );
JScrollPane scrollTablePane = new JScrollPane(_columTable);


Clone AbstractionParameter Count: 0Parameter Bindings

_columTable = new JTable();
_columTable.setModel(_columnTableModel);
_columTable.setRowSelectionAllowed(true);
_columTable.setColumnSelectionAllowed(false);
_columTable.getTableHeader().setReorderingAllowed(false);
_columTable.setCellSelectionEnabled(false);
_columTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_columTable.getColumnModel().getSelectionModel().addListSelectionListener(new ListSelectionListener() {
                                                                            public void valueChanged(ListSelectionEvent event) {
                                                                              removeButton.setEnabled(true);
                                                                            }
                                                                          } );
JScrollPane scrollTablePane = new JScrollPane(_columTable);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None