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 isBackupInputOK()
|
|||
Number of AST nodes: 5 | Number of AST nodes: 5 | |||
1 | if (new String(jpasswordField1.getPassword()).length() > 31) {↵ | 1 | if (jtextfieldBckBackupFile.getText().trim().length() == 0) {↵ | |
2 | bufError.append(i18n.ERROR_PASSWORD_MAXLENGTH + CR);↵ | 2 | bufError.append(i18n.ERROR_FILENAME_BACKUP_MISSING + CR);↵ | |
3 | if (!focusSet) {↵ | 3 | if (!focusSet) {↵ | |
4 | jpasswordField1.requestFocusInWindow();↵ | 4 | jtextfieldBckBackupFile.requestFocusInWindow();↵ | |
5 | focusSet = true;↵ | 5 | focusSet = true;↵ | |
6 | }↵ | 6 | ↵ | |
7 | ↵ | 7 | }↵ | |
8 | } | 8 |
| |
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.3 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 13 |
Number of mapped statements | 5 |
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) | 3.3 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
35 | if (new String(jpasswordField1.getPassword()).length() > 31) |
| 30 | if (jtextfieldBckBackupFile.getText().trim().length() == 0) | ||||||||||||||||
36 | bufError.append(i18n.ERROR_PASSWORD_MAXLENGTH + CR); |
| 31 | bufError.append(i18n.ERROR_FILENAME_BACKUP_MISSING + CR); | ||||||||||||||||
37 | if (!focusSet) | 32 | if (!focusSet) | |||||||||||||||||
38 | jpasswordField1.requestFocusInWindow(); |
| 33 | jtextfieldBckBackupFile.requestFocusInWindow(); | ||||||||||||||||
39 | focusSet = true; | 34 | 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 |