super(new Dimension(430, 350));
_localTableName = localTable;
_localTableColumns = localColumns;
_tables = tables;
init();
_format = format;
_sldValue = sldValue;
_valueIsAdjusting = valueIsAdjusting;
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/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/EdgesGraphComponent.java
|
Method name: void MergeTableDialog(String, TableColumnInfo[], HashMap)
|
|
Method name: void init(FormatXmlBean, double, boolean)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 3
|
|
1 | super(new Dimension(430, 350));↵ | | |
|
2 | _localTableName = localTable;↵ | | |
|
3 | _localTableColumns = localColumns;↵ | | |
|
4 | _tables = tables;↵ | | |
|
5 | init()↵ | | 1 | _format = format;↵
|
| | | 2 | _sldValue = sldValue;↵
|
6 | ; | | 3 | _valueIsAdjusting = valueIsAdjusting;
|
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 |
Number of node comparisons | 15 |