Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.985 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 315 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/plugin/PluginManager.java |
2 | 5 | 566 | 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.unloading", plugin.getInternalName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||||
catch (Throwable th) { String msg = s_stringMgr.getString("PluginManager.error.initplugin", plugin.getInternalName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
| |||
catch (Throwable th) { String msg = s_stringMgr.getString( [[#variable1c81ef80]], plugin.getInternalName()); s_log.error(msg, th); _app.showErrorDialog(msg, th); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c81ef80]] | "PluginManager.error.unloading" |
1 | 2 | [[#1c81ef80]] | "PluginManager.error.initplugin" |