Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 33 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/config/ComposerOptionsXmlConfig.java |
2 | 6 | 91 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/config/MainFrameOptionsXmlConfig.java |
| |||||
public ViewItem getViewItem() { if (viewItem == null) { viewItem = new ViewItem(getRoot().getElement("/options/gui/view")); } return viewItem; } |
| |||||
public ViewItem getViewItem() { if (viewItem == null) { viewItem = new ViewItem(getRoot().getElement("/options/gui/viewlist/view")); } return viewItem; } |
| |||
public ViewItem getViewItem() { if (viewItem == null) { viewItem = new ViewItem(getRoot().getElement( [[#variable131b2640]])); } return viewItem; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131b2640]] | "/options/gui/view" |
1 | 2 | [[#131b2640]] | "/options/gui/viewlist/view" |