Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 4 | 1 | 0.978 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 882 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
2 | 9 | 948 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
3 | 8 | 1003 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
4 | 9 | 1055 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/Application.java |
| |||||
catch (FileNotFoundException ignore) { // History file not found for user - first time user ran pgm. } catch (Exception ex) { // i18n[Application.error.loadsqlhistory=Unable to load SQL history from persistant storage.] s_log.error(s_stringMgr.getString("Application.error.loadsqlhistory"), ex); } |
| |||||
catch (FileNotFoundException ignore) { // Cell Import/Export file not found for user - first time user ran pgm. } catch (Exception ex) { // i18n[Application.error.loadcellselections=Unable to load Cell Import/Export selections from // persistant storage.] s_log.error(s_stringMgr.getString("Application.error.loadcellselections"), ex); } |
| |||||
catch (FileNotFoundException ignore) { // Cell Import/Export file not found for user - first time user ran pgm. } catch (Exception ex) { // i18n[Application.error.loadcolsinfo=Unable to load Edit 'Where' Columns selections.] s_log.error(s_stringMgr.getString("Application.error.loadcolsinfo"), ex); } |
| |||||
catch (FileNotFoundException ignore) { // Cell Import/Export file not found for user - first time user ran pgm. } catch (Exception ex) { // i18n[Application.error.loaddatatypeprops=Unable to load DataType Properties selections from // persistant storage.] s_log.error(s_stringMgr.getString("Application.error.loaddatatypeprops"), ex); } |
| |||
catch (FileNotFoundException ignore) { // Cell Import/Export file not found for user - first time user ran pgm. // History file not found for user - first time user ran pgm. } catch (Exception ex) { // i18n[Application.error.loaddatatypeprops=Unable to load DataType Properties selections from // i18n[Application.error.loadcellselections=Unable to load Cell Import/Export selections from // persistant storage.] // i18n[Application.error.loadcolsinfo=Unable to load Edit 'Where' Columns selections.] // i18n[Application.error.loadsqlhistory=Unable to load SQL history from persistant storage.] s_log.error(s_stringMgr.getString( [[#variable1ccee7a0]]), ex); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccee7a0]] | "Application.error.loadsqlhistory" |
1 | 2 | [[#1ccee7a0]] | "Application.error.loadcellselections" |
1 | 3 | [[#1ccee7a0]] | "Application.error.loadcolsinfo" |
1 | 4 | [[#1ccee7a0]] | "Application.error.loaddatatypeprops" |