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;
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/context/ContactDetailsContextualProvider.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/context/RecentMessagesContextualProvider.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public JComponent getView() {↵ | | 1 | public JComponent getView() {↵
|
2 | return panel;↵ | | 2 | return panel;↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void clear() {↵ | | 4 | public void clear() {↵
|
|
5 | result.clear();↵ | | 5 | list.clear();↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public boolean isEnabledShowMoreLink() {↵ | | 7 | public boolean isEnabledShowMoreLink() {↵
|
8 | return false; | | 8 | return true;
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |