super(new Dimension(430, 350)); _localTableName = localTable; _localTableColumns = localColumns; _tables = tables; init();
super(text); _lbl = lbl; _fi = fi;
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/laf/src/net/sourceforge/squirrel_sql/plugins/laf/LAFFontsTab.java
Method name: void MergeTableDialog(String, TableColumnInfo[], HashMap) Method name: void FontButton(String, JLabel, FontInfo)
Number of AST nodes: 5 Number of AST nodes: 3
1
super(new Dimension(430, 350));
1
super(
2
        _localTableName = localTable;
3
        _localTableColumns = localColumns;
4
        _tables = tables;
5
        init()
2
text);
3
				_lbl = lbl;
6
;
4
				_fi = fi;
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 having the same super class
Number of node comparisons15