Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.963 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 85 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/menu/PluginsProvider.java |
2 | 5 | 582 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java |
| |||||
catch (Throwable t) { Log.log(Log.ERROR, this, "Error creating menu items" + " for plugin"); Log.log(Log.ERROR, this, t); } |
| |||||
catch (Throwable t) { Log.log(Log.ERROR, this, "Error while " + "stopping plugin:"); Log.log(Log.ERROR, this, t); } |
| |||
catch (Throwable t) { Log.log(Log.ERROR, this, [[#variablee229920]] + [[#variablee2297e0]]); Log.log(Log.ERROR, this, t); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e229920]] | "Error creating menu items" |
1 | 2 | [[#e229920]] | "Error while " |
2 | 1 | [[#e2297e0]] | " for plugin" |
2 | 2 | [[#e2297e0]] | "stopping plugin:" |