Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 85 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/action/SortMessagesMenu.java |
2 | 5 | 92 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/model/TableModelSorter.java |
| |||||
for (int i = 0; i < columns.count(); i++) { XmlElement column = columns.getElement(i); String name = column.getAttribute("name"); v.add(name); } |
| |||||
for (int i = 0; i < columns.count(); i++) { XmlElement column = columns.getElement(i); String name = column.getAttribute("name"); v.add(name); } |
| |||
for (int i = 0; i < columns.count(); i++) { XmlElement column = columns.getElement(i); String name = column.getAttribute("name"); v.add(name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |