Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.954 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 154 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/viewer/AddressListDialog.java |
2 | 5 | 492 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/viewer/HeaderViewer.java |
| |||||
closeButton.setDefaultCapable(true); closeButton.setMnemonic('C'); closeButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { setVisible(false); } } ); |
| |||||
closeButton.setDefaultCapable(true); closeButton.setMnemonic('C'); closeButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { toggleAttachmentPopupVisibility(); } } ); |
| |||
closeButton.setDefaultCapable(true); closeButton.setMnemonic('C'); closeButton.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { [[#variable13141dc0]] [[#variable13141de0]]; } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13141dc0]] | setVisible |
1 | 2 | [[#13141dc0]] | toggleAttachmentPopupVisibility |
2 | 1 | [[#13141de0]] | (false) |
2 | 2 | [[#13141de0]] | () |