Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.969 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 104 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SubscribeDialog.java |
2 | 6 | 112 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SubscribeDialog.java |
| |||||
private void subscribe() { setEnabled(false); Command c = new SubscribeFolderCommand(new SubscribeCommandReference(root, this, selection.getMailbox())); CommandProcessor.getInstance().addOp(c); } |
| |||||
private void unsubscribe() { setEnabled(false); Command c = new UnsubscribeFolderCommand(new SubscribeCommandReference(root, this, selection.getMailbox())); CommandProcessor.getInstance().addOp(c); } |
| |||
private void [[#variable130da4a0]]() { setEnabled(false); Command c = new [[#variable130da580]](new SubscribeCommandReference(root, this, selection.getMailbox())); CommandProcessor.getInstance().addOp(c); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130da4a0]] | subscribe |
1 | 2 | [[#130da4a0]] | unsubscribe |
2 | 1 | [[#130da580]] | SubscribeFolderCommand |
2 | 2 | [[#130da580]] | UnsubscribeFolderCommand |