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.986 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 73 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/table/model/AddressbookTableModel.java |
2 | 7 | 85 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/table/model/AddressbookTableModel.java |
| |||||
Iterator it = list.values().iterator(); int i = 0; while (it.hasNext()) { rows[i++ ] = (ContactModelPartial) it.next(); } fireTableDataChanged(); |
| |||||
Iterator it = headerItemList.values().iterator(); int i = 0; while (it.hasNext()) { rows[i++ ] = (ContactModelPartial) it.next(); } fireTableDataChanged(); |
| |||
Iterator it = [[#variable130ab360]].values().iterator(); int i = 0; while (it.hasNext()) { rows[i++ ] = (ContactModelPartial) it.next(); } fireTableDataChanged(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130ab360]] | list |
1 | 2 | [[#130ab360]] | headerItemList |