Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.969 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 318 | E:/TSE/Projects-CloneDR/sql12/plugins/firebirdmanager/src/net/sourceforge/squirrel_sql/plugins/firebirdmanager/FirebirdManagerPlugin.java |
2 | 9 | 261 | E:/TSE/Projects-CloneDR/sql12/plugins/smarttools/src/net/sourceforge/squirrel_sql/plugins/smarttools/SmarttoolsPlugin.java |
| |||||
try { frame.setSelected(true); if (frame instanceof IFirebirdManagerFrame) { ((IFirebirdManagerFrame) frame).setFocusToFirstEmptyInputField(); } } catch (PropertyVetoException e) { log.error(e.getLocalizedMessage()); } |
| |||||
try { frame.setSelected(true); if (frame instanceof ISmarttoolFrame) { ((ISmarttoolFrame) frame).setFocusToFirstEmptyInputField(); } } catch (PropertyVetoException e) { log.error(e.getLocalizedMessage()); } |
| |||
try { frame.setSelected(true); if (frame instanceof [[#variable1c849680]]) { (( [[#variable1c849680]]) frame).setFocusToFirstEmptyInputField(); } } catch (PropertyVetoException e) { log.error(e.getLocalizedMessage()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c849680]] | IFirebirdManagerFrame |
1 | 2 | [[#1c849680]] | ISmarttoolFrame |