File path: /sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerUserManagerFrame.java | File path: /sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java | |||
Method name: boolean isInputOK()
|
Method name: boolean isRestoreInputOK()
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | bufError.append(i18n.ERROR_PASSWORD_MISSING + CR);↵ | 1 | bufError.append(i18n.ERROR_PORT_MISSING + CR);↵ | |
2 | if (!focusSet) {↵ | 2 | if (!focusSet) {↵ | |
3 | jpasswordField1.requestFocusInWindow();↵ | 3 | jtextfieldResPort.requestFocusInWindow();↵ | |
4 | focusSet = true;↵ | 4 | focusSet = true;↵ | |
5 | } | 5 | } | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 1 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.2 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 11 |
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) | 2.4 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21 | bufError.append(i18n.ERROR_PASSWORD_MISSING + CR); |
| 13 | bufError.append(i18n.ERROR_PORT_MISSING + CR); | ||||||||||||||
22 | if (!focusSet) | 14 | if (!focusSet) | |||||||||||||||
23 | jpasswordField1.requestFocusInWindow(); |
| 15 | jtextfieldResPort.requestFocusInWindow(); | ||||||||||||||
24 | focusSet = true; | 16 | focusSet = true; |
Row | Violation |
---|---|
1 | Type net.sourceforge.squirrel_sql.plugins.firebirdmanager.gui.FirebirdManagerUserManagerFrame.i18n does not match with type net.sourceforge.squirrel_sql.plugins.firebirdmanager.gui.FirebirdManagerBackupRestoreFrame.i18n |