Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.959 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 57 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java |
2 | 5 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/ASpellInterface.java |
| |||||
catch (SpellException e) { String msg = "Cannot check selection.\nError (Aspell) is: " + e.getMessage(); LOG.info(msg); checkedBuffer = null; } |
| |||||
catch (IOException e) { String msg = "Cannot check selection.\nError (Interface) is: " + e.getMessage(); LOG.info(msg); checkedBuffer = null; } |
| |||
catch ( [[#variable131c1700]] e) { String msg = [[#variable131c17a0]] + e.getMessage(); LOG.info(msg); checkedBuffer = null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131c1700]] | SpellException |
1 | 2 | [[#131c1700]] | IOException |
2 | 1 | [[#131c17a0]] | "Cannot check selection.\nError (Aspell) is: " |
2 | 2 | [[#131c17a0]] | "Cannot check selection.\nError (Interface) is: " |