bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR);
if (!focusSet) {
jtextfieldBckDBFile.requestFocusInWindow();
focusSet = true;
}
if (jtextfieldResDBFile.getText().trim().length() == 0) {
bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR);
if (!focusSet) {
jtextfieldResDBFile.requestFocusInWindow();
focusSet = true;
}
}
Clone fragments detected by clone detection tool
File path: /sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
|
|
File path: /sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerBackupRestoreFrame.java
|
Method name: boolean isBackupInputOK()
|
|
Method name: boolean isRestoreInputOK()
|
Number of AST nodes: 4
|
|
Number of AST nodes: 5
|
|
| | | 1 | if (jtextfieldResDBFile.getText().trim().length() == 0) {↵
|
1 | bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR);↵ | | 2 | bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR);↵
|
2 | if (!focusSet) {↵ | | 3 | if (!focusSet) {↵
|
3 | jtextfieldBckDBFile.requestFocusInWindow();↵ | | 4 | jtextfieldResDBFile.requestFocusInWindow();↵
|
4 | focusSet = true;↵ | | 5 | focusSet = true;↵
|
5 | } | | 6 | }↵
|
| | | 7 | }
|
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 declared in the same class |
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) | 1.5 |
Clone type | Type 2 |
Mapped Statements
ID |
Statement |
|
ID |
Statement |
20 | bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR); | | 31 | bufError.append(i18n.ERROR_FILENAME_DATABASE_MISSING + CR); |
21 | if (!focusSet) | | 32 | if (!focusSet) |
22 | jtextfieldBckDBFile.requestFocusInWindow(); | | 33 | jtextfieldResDBFile.requestFocusInWindow(); |
23 | | | 34 | |
Precondition Violations (0)
Row |
Violation |