Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 121 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/ui/box/CalendarBox.java |
2 | 8 | 129 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/contact/gui/box/ContactBox.java |
| |||||
item.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { IEventInfo selected = (IEventInfo) list.getSelectedValue(); openEditCalendarEventDialog(selected); } } ); contextMenu.add(item); |
| |||||
item.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { IContactModelPartial selected = (IContactModelPartial) list.getSelectedValue(); openEditContactDialog(selected); } } ); contextMenu.add(item); |
| |||
item.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { [[#variable130a4c00]] selected = ( [[#variable130a4c00]]) list.getSelectedValue(); [[#variable130979a0]](selected); } } ); contextMenu.add(item); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a4c00]] | IEventInfo |
1 | 2 | [[#130a4c00]] | IContactModelPartial |
2 | 1 | [[#130979a0]] | openEditCalendarEventDialog |
2 | 2 | [[#130979a0]] | openEditContactDialog |