super(new Dimension(430, 350)); _tableName = tableName; _columnNames = columnNames; init();
_table = table; _colDef = colDef; _isNullable = colDef.isNullable();
Clone fragments detected by clone detection tool
File path: /sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddLookupTableDialog.java File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/cellcomponent/DataTypeBoolean.java
Method name: void AddLookupTableDialog(String, String[]) Method name: void DataTypeBoolean(JTable, ColumnDisplayDefinition)
Number of AST nodes: 4 Number of AST nodes: 3
1
super(new Dimension(430, 350));
2
		_tableName = tableName;
1
_table = table;
3
		_columnNames = columnNames;
2
		_col
4
		init
3
Def = colDef;
5
();
4
		_isNullable = colDef.isNullable();
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 comparisons12