Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 3 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 106 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java |
2 | 12 | 264 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java |
| |||||
IGlobalPreferencesPanel pnl = it.next(); try { pnl.initialize(_app); } catch (Throwable th) { final String msg = s_stringMgr.getString("GlobalPreferencesSheet.error.loading", pnl.getTitle()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||||
IGlobalPreferencesPanel pnl = it.next(); try { pnl.applyChanges(); } catch (Throwable th) { final String msg = s_stringMgr.getString("GlobalPreferencesSheet.error.saving", pnl.getTitle()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||
IGlobalPreferencesPanel pnl = it.next(); try { pnl. [[#variable1ccd5140]] [[#variable1ccd50e0]]; } catch (Throwable th) { final String msg = s_stringMgr.getString( [[#variable1ccb81a0]], pnl.getTitle()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccd5140]] | initialize |
1 | 2 | [[#1ccd5140]] | applyChanges |
2 | 1 | [[#1ccd50e0]] | (_app) |
2 | 2 | [[#1ccd50e0]] | () |
3 | 1 | [[#1ccb81a0]] | "GlobalPreferencesSheet.error.loading" |
3 | 2 | [[#1ccb81a0]] | "GlobalPreferencesSheet.error.saving" |