_parentFrame = parent;
_row = row;
_col = col;
_table = table;
super(new Dimension(430, 350));
_tableName = tableName;
_columnNames = columnNames;
init();
Clone fragments detected by clone detection tool
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/CellDataPopup.java
|
|
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java
|
Method name: void setUserActionInfo(JDialog, int, int, JTable)
|
|
Method name: void AddLookupTableDialog(String, String[])
|
Number of AST nodes: 4
|
|
Number of AST nodes: 4
|
|
1 | _parentFrame = parent;↵ | | |
|
2 | _row = row;↵ | | 1 | super(new Dimension(430, 350));↵
|
| | | 2 | _tableName = tableName;
↵
|
3 | _col = col;↵ | | 3 | _col↵
|
4 | _table = table↵ | | 4 | umnNames = columnNames;↵
|
5 | ; | | 5 | init();
|
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 | 16 |