File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/FrontBaseDialectExt.java | File path: /sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/McKoiDialectExt.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 | Boolean deferrableNotSupported = null;↵ | 1 | Boolean deferrableNotSupported = null;↵ | |
2 | Boolean initiallyDeferredNotSupported = null;↵ | 2 | Boolean initiallyDeferredNotSupported = null;↵ | |
3 | Boolean matchFullNotSupported = null;↵ | 3 | Boolean matchFullNotSupported = null;↵ | |
4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName,↵ | 4 | return DialectUtils.getAddForeignKeyConstraintSQL(localTableName,↵ | |
5 | refTableName,↵ | 5 | refTableName,↵ | |
6 | constraintName,↵ | 6 | constraintName,↵ | |
7 | deferrableNotSupported,↵ | 7 | deferrableNotSupported,↵ | |
8 | initiallyDeferredNotSupported,↵ | 8 | initiallyDeferredNotSupported,↵ | |
9 | matchFullNotSupported,↵ | 9 | matchFullNotSupported,↵ | |
10 | autoFKIndex,↵ | 10 | autoFKIndex,↵ | |
11 | fkIndexName,↵ | 11 | fkIndexName,↵ | |
12 | localRefColumns,↵ | 12 | localRefColumns,↵ | |
13 | onUpdateAction,↵ | 13 | onUpdateAction,↵ | |
14 | onDeleteAction,↵ | 14 | onDeleteAction,↵ | |
15 | qualifier,↵ | 15 | qualifier,↵ | |
16 | prefs,↵ | 16 | prefs,↵ | |
17 | this); | 17 | this); | |
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 | Boolean deferrableNotSupported = null; | 1 | Boolean deferrableNotSupported = null; | |
2 | Boolean initiallyDeferredNotSupported = null; | 2 | Boolean initiallyDeferredNotSupported = null; | |
3 | Boolean matchFullNotSupported = null; | 3 | 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 |
---|