if (jtextfieldUsername.getText().trim().length() > 31) {
bufError.append(i18n.ERROR_USERNAME_MAXLENGTH + CR);
if (!focusSet) {
jtextfieldUsername.requestFocusInWindow();
focusSet = true;
}
}
bufError.append(i18n.ERROR_PASSWORD_MISSING + CR);
if (!focusSet) {
jpasswordField2.requestFocusInWindow();
focusSet = true;
}
Clone fragments detected by clone detection tool
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: 5
|
|
Number of AST nodes: 4
|
|
1 | if (jtextfieldUsername.getText().trim().length() > 31) {↵ | | |
|
2 | bufError.append(i18n.ERROR_USERNAME_MAXLENGTH + CR);↵ | | 1 | bufError.append(i18n.ERROR_PASSWORD_MISSING + CR);↵
|
3 | if (!focusSet) {↵ | | 2 | if (!focusSet) {↵
|
4 | jtextfieldUsername.requestFocusInWindow();↵ | | 3 | jpasswordField2.requestFocusInWindow();↵
|
5 | focusSet = true;↵ | | 4 | focusSet = true;↵
|
6 | }↵ | | 5 | ↵
|
7 | } | | 6 | }
|
See real code fragment |
|
See real code fragment |
Summary
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 |
-
{Refactorable}
Mapping Summary
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.0 |
Clone type | Type 2 |
Mapped Statements
ID |
Statement |
|
ID |
Statement |
8 | bufError.append(i18n.ERROR_USERNAME_MAXLENGTH + CR); | | 26 | bufError.append(i18n.ERROR_PASSWORD_MISSING + CR); |
9 | if (!focusSet) | | 27 | if (!focusSet) |
10 | jtextfieldUsername.requestFocusInWindow(); | | 28 | jpasswordField2.requestFocusInWindow(); |
11 | | | 29 | |
Precondition Violations (0)
Row |
Violation |