super(new Dimension(430, 350)); _localTableName = localTable; _localTableColumns = localColumns; _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/MergeTableDialog.java File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/StringFieldKeyTextHandler.java
Method name: void MergeTableDialog(String, TableColumnInfo[], 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 = localColumns;
4
        _tables = tables;
5
        init()
1
_textComponent = component;
2
		_columnSize = columnSize;
3
		_isNullable = isNullable;
6
;
4
		_beepHelper = beepHelper;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in different classes
Number of node comparisons20