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 | 129 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/viewer/MessageParser.java |
2 | 3 | 132 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/viewer/MessageParser.java |
| |||||
catch (UnsupportedCharsetException e) { charsetName = System.getProperty("file.encoding"); charset = Charset.forName(charsetName); } |
| |||||
catch (IllegalCharsetNameException e) { charsetName = System.getProperty("file.encoding"); charset = Charset.forName(charsetName); } |
| |||
catch ( [[#variable114079a0]] e) { charsetName = System.getProperty("file.encoding"); charset = Charset.forName(charsetName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#114079a0]] | UnsupportedCharsetException |
1 | 2 | [[#114079a0]] | IllegalCharsetNameException |