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