super(new Dimension(430, 350));
_localTableName = localTable;
_localTableColumns = localTableColumns;
_tables = tables;
init();
_textComponent = component;
_columnSize = columnSize;
_isNullable = isNullable;
_beepHelper = beepHelper;
Clone fragments detected by clone detection tool
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java
|
|
File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/StringFieldKeyTextHandler.java
|
Method name: void AddForeignKeyDialog(String, String[], HashMap)
|
|
Method name: void StringFieldKeyTextHandler(IRestorableTextComponent, int, boolean, IToolkitBeepHelper)
|
Number of AST nodes: 5
|
|
Number of AST nodes: 4
|
|
1 | super(new Dimension(430, 350));↵ | | |
|
2 | _localTableName = localTable;↵ | | |
|
3 | _localTableColumns = localTableColumns;↵ | | |
|
4 | _tables = tables;↵ | | |
|
5 | init()↵ | | 1 | _textComponent = component;↵
|
| | | 2 | _columnSize = columnSize;↵
|
| | | 3 | _isNullable = isNullable;↵
|
6 | ; | | 4 | _beepHelper = beepHelper;
|
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 | 20 |