Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.974 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 56 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/cswilly/AspellEngine.java |
2 | 3 | 91 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/spellcheck/cswilly/AspellEngine.java |
| |||||
catch (IOException e) { String msg = "Cannot create aspell process."; throw new SpellException(msg, e); } |
| |||||
catch (IOException e) { String msg = "Cannot access aspell process."; throw new SpellException(msg, e); } |
| |||
catch (IOException e) { String msg = [[#variable1140cf00]]; throw new SpellException(msg, e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1140cf00]] | "Cannot create aspell process." |
1 | 2 | [[#1140cf00]] | "Cannot access aspell process." |