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.959 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 50 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/shutdown/SaveAllAddressbooksPlugin.java |
2 | 7 | 90 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/tree/FolderTreeModel.java |
| |||||
if (child instanceof AddressbookFolder) { try { ((AddressbookFolder) child).save(); } catch (Exception ex) { ex.printStackTrace(); } } |
| |||||
if (child instanceof AbstractMessageFolder) { try { ((AbstractMessageFolder) child).save(); } catch (Exception ex) { ex.printStackTrace(); } } |
| |||
if (child instanceof [[#variable13185360]]) { try { (( [[#variable13185360]]) child).save(); } catch (Exception ex) { ex.printStackTrace(); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13185360]] | AddressbookFolder |
1 | 2 | [[#13185360]] | AbstractMessageFolder |