Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.972 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 162 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/plugin/Extension.java |
2 | 7 | 169 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/plugin/Extension.java |
| |||||
catch (Exception e) { logErrorMessage(e); // disable extension enabled = false; throw new PluginException(this, e); } |
| |||||
catch (Error e) { logErrorMessage(e); // disable extension enabled = false; throw new PluginException(this, e); } |
| |||
catch ( [[#variable11425220]] e) { logErrorMessage(e); // disable extension enabled = false; throw new PluginException(this, e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11425220]] | Exception |
1 | 2 | [[#11425220]] | Error |