Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 3 | 2 | 0.955 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 472 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerCreateDatabaseFrame.java |
2 | 11 | 619 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerUserManagerFrame.java |
3 | 11 | 630 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/gui/FirebirdManagerUserManagerFrame.java |
| |||||
{ try { Integer.parseInt(jtextfieldPort.getText()); } catch (NumberFormatException e) { bufError.append(i18n.CREATEDB_ERROR_PORT_NOINTEGER + CR); if ( !focusSet) { jtextfieldPort.requestFocusInWindow(); focusSet = true; } } } |
| |||||
{ try { Integer.parseInt(jtextfieldUserId.getText()); } catch (NumberFormatException e) { bufError.append(i18n.ERROR_NO_NUMBER + CR); if ( !focusSet) { jtextfieldUserId.requestFocusInWindow(); focusSet = true; } } } |
| |||||
{ try { Integer.parseInt(jtextfieldGroupId.getText()); } catch (NumberFormatException e) { bufError.append(i18n.ERROR_NO_NUMBER + CR); if ( !focusSet) { jtextfieldGroupId.requestFocusInWindow(); focusSet = true; } } } |
| |||
{ try { Integer.parseInt( [[#variable1cc79ec0]].getText()); } catch (NumberFormatException e) { bufError.append(i18n. [[#variable1cc79e60]] + CR); if ( !focusSet) { [[#variable1cc79ec0]].requestFocusInWindow(); focusSet = true; } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc79ec0]] | jtextfieldPort |
1 | 2 | [[#1cc79ec0]] | jtextfieldUserId |
1 | 3 | [[#1cc79ec0]] | jtextfieldGroupId |
2 | 1 | [[#1cc79e60]] | CREATEDB_ERROR_PORT_NOINTEGER |
2 | 2 | [[#1cc79e60]] | ERROR_NO_NUMBER |
2 | 3 | [[#1cc79e60]] | ERROR_NO_NUMBER |