Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.957 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 129 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/context/ContactDetailsContextualProvider.java |
2 | 11 | 108 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/context/RecentMessagesContextualProvider.java |
| |||||
public JComponent getView() { return panel; } public void clear() { result.clear(); } public boolean isEnabledShowMoreLink() { return false; } |
| |||||
public JComponent getView() { return panel; } public void clear() { list.clear(); } public boolean isEnabledShowMoreLink() { return true; } |
| |||
public JComponent getView() { return panel; } public void clear() { [[#variable1319edc0]].clear(); } public boolean isEnabledShowMoreLink() { return [[#variable1319ed20]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1319edc0]] | result |
1 | 2 | [[#1319edc0]] | list |
2 | 1 | [[#1319ed20]] | false |
2 | 2 | [[#1319ed20]] | true |