super(new Dimension(430, 350));
_localTableName = localTable;
_localTableColumns = localColumns;
_tables = tables;
init();
_parentFrame = parent;
_row = row;
_col = col;
_table = table;
Clone fragments detected by clone detection tool
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java
|
|
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/CellDataPopup.java
|
Method name: void MergeTableDialog(String, TableColumnInfo[], HashMap)
|
|
Method name: void setUserActionInfo(JDialog, int, int, JTable)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 4
|
|
1 | super(new Dimension(430, 350));↵ | | |
|
2 | _localTableName = localTable;↵ | | |
|
3 | _localTableColumns = localColumns;↵ | | |
|
4 | ↵ | | 1 | _parentFrame = parent;↵
|
| | | 2 | _row = row;↵
|
| | | 3 | _col = col;↵
|
5 | _tables = tables;↵ | | 4 | _table = table↵
|
6 | init(); | | 5 | ;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 20 |