File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/PointbaseDialectExt.java | File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/ProgressDialectExt.java | |||
Method name: String[] getAddForeignKeyConstraintSQL(String, String, String, Boolean, Boolean, Boolean, boolean, String, Collection
|
Method name: String[] getAddForeignKeyConstraintSQL(String, String, String, Boolean, Boolean, Boolean, boolean, String, Collection
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | final Boolean deferrableNotSupported = null;↵ | 1 | final Boolean deferrableNotSupported = null;↵ | |
2 | final Boolean initiallyDeferredNotSupported = null;↵ | 2 | final Boolean initiallyDeferredNotSupported = null;↵ | |
3 | final Boolean matchFullNotSupported = null;↵ | 3 | final Boolean matchFullNotSupported = null;↵ | |
4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName, refTableName, constraintName,↵ | 4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName, refTableName, constraintName,↵ | |
5 | deferrableNotSupported, initiallyDeferredNotSupported, matchFullNotSupported, autoFKIndex,↵ | 5 | deferrableNotSupported, initiallyDeferredNotSupported, matchFullNotSupported, autoFKIndex,↵ | |
6 | fkIndexName, localRefColumns, onUpdateAction, onDeleteAction, qualifier, prefs, this); | 6 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
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 having the same super class |
Number of node comparisons | 16 |
Number of mapped statements | 4 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 1 |
ID | Statement | ID | Statement | |
---|---|---|---|---|
1 | final Boolean deferrableNotSupported = null; | 1 | final Boolean deferrableNotSupported = null; | |
2 | final Boolean initiallyDeferredNotSupported = null; | 2 | final Boolean initiallyDeferredNotSupported = null; | |
3 | final Boolean matchFullNotSupported = null; | 3 | final Boolean matchFullNotSupported = null; | |
4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName, refTableName, constraintName, deferrableNotSupported, initiallyDeferredNotSupported, matchFullNotSupported, autoFKIndex, fkIndexName, localRefColumns, onUpdateAction, onDeleteAction, qualifier, prefs, this); | 4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName, refTableName, constraintName, deferrableNotSupported, initiallyDeferredNotSupported, matchFullNotSupported, autoFKIndex, fkIndexName, localRefColumns, onUpdateAction, onDeleteAction, qualifier, prefs, this); |
Row | Violation |
---|