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/FirebirdManagerUserManagerFrame.java | |||
Method name: boolean isInputOK()
|
Method name: boolean isInputOK()
|
|||
Number of AST nodes: 4 | Number of AST nodes: 5 | |||
1 | if (new String(jpasswordField1.getPassword()).length() > 31) {↵ | |||
1 | bufError.append(i18n.ERROR_PASSWORD_DIFFERENCES + CR);↵ | 2 | bufError.append(i18n.ERROR_PASSWORD_MAXLENGTH + CR);↵ | |
2 | if (!focusSet) {↵ | 3 | if (!focusSet) {↵ | |
3 | jpasswordField1.requestFocusInWindow();↵ | 4 | jpasswordField1.requestFocusInWindow();↵ | |
4 | focusSet = true;↵ | 5 | focusSet = true;↵ | |
5 | } | 6 | }↵ | |
7 |
| |||
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.2 |
Clones location | Clones are in the same method |
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) | 0.8 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
31 | bufError.append(i18n.ERROR_PASSWORD_DIFFERENCES + CR); |
| 36 | bufError.append(i18n.ERROR_PASSWORD_MAXLENGTH + CR); | ||||||||||
32 | if (!focusSet) | 37 | if (!focusSet) | |||||||||||
33 | jpasswordField1.requestFocusInWindow(); | 38 | jpasswordField1.requestFocusInWindow(); | |||||||||||
34 | focusSet = true; | 39 | focusSet = true; |
Row | Violation |
---|