_textComponent = component;
_columnSize = columnSize;
_isNullable = isNullable;
_beepHelper = beepHelper;
_importedFromTable = importedFromTable;
_importedColumn = importedColumn;
_constraintName = constraintName;
_toString += " (FK)";
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/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ColumnInfo.java
|
Method name: void StringFieldKeyTextHandler(IRestorableTextComponent, int, boolean, IToolkitBeepHelper)
|
|
Method name: void setImportData(String, String, String)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 4
|
|
1 | _textComponent = component;↵ | | 1 | _importedFromTable = impo↵
|
2 | _columnSize = columnSize;↵ | | |
|
3 | _isNullable = isNullable;↵ | | |
|
4 | _beepHelper = beepHelper↵ | | 2 | rtedFromTable;↵
|
| | | 3 | _importedColumn = importedColumn;↵
|
| | | 4 | _constraintName = constraintName;↵
|
5 | ; | | 5 | _toString += " (FK)";
|
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 |