_importedFromTable = importedFromTable;
_importedColumn = importedColumn;
_constraintName = constraintName;
_toString += " (FK)";
selectListStart = start;
selectListEnd = NO_LIMIT;
setEndPosition(selectListEnd);
Clone fragments detected by clone detection tool
File path: /sql12/plugins/graph/src/net/sourceforge/squirrel_sql/plugins/graph/ColumnInfo.java
|
|
File path: /sql12/app/src/net/sourceforge/squirrel_sql/client/session/parser/kernel/completions/SQLSelectStatement.java
|
Method name: void setImportData(String, String, String)
|
|
Method name: void setSelectListStart(int)
|
Number of AST nodes: 4
|
|
Number of AST nodes: 3
|
|
1 | _importedFromTable = importedFromTable;↵ | | |
|
2 | _importedColumn = importedColumn;↵ | | |
|
3 | _constraintName = constraintName;↵ | | |
|
4 | _toString += " (FK)"↵ | | 1 | selectListStart = start;↵
|
| | | 2 | selectListEnd = NO_LIMIT;↵
|
5 | ; | | 3 | setEndPosition(selectListEnd);
|
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 | 12 |