Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.953 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 442 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
2 | 6 | 647 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
| |||||
catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.loadpluginclass", classes[i].getName()); th.printStackTrace(); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||||
catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.loadpluginclass", pluginClass.getName()); th.printStackTrace(); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||
catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.loadpluginclass", [[#variable1cdac3a0]].getName()); th.printStackTrace(); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cdac3a0]] | classes[i] |
1 | 2 | [[#1cdac3a0]] | pluginClass |