Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folderoptions/ColumnOptionsPlugin.java |
2 | 12 | 95 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folderoptions/ColumnOptionsPlugin.java |
| |||||
XmlElement columns = getConfigNode(folder); ITableController tableController = ((ITableController) ((TableViewOwner) getMediator()).getTableController()); |
| |||||
XmlElement columns = getConfigNode(folder); /* * if ( columns.count() == 0) { // no columns specified // -> create new * default columns XmlElement parent = columns.getParent(); * columns.removeFromParent(); columns = createDefaultElement(true); * parent.addElement(columns); * } */ ITableController tableController = ((ITableController) ((TableViewOwner) getMediator()).getTableController()); |
| |||
XmlElement columns = getConfigNode(folder); /* * if ( columns.count() == 0) { // no columns specified // -> create new * default columns XmlElement parent = columns.getParent(); * columns.removeFromParent(); columns = createDefaultElement(true); * parent.addElement(columns); * } */ ITableController tableController = ((ITableController) ((TableViewOwner) getMediator()).getTableController()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |