public String getMailbox() {
return mailbox;
}
/**
* @param mailbox The mailbox to set.
*/
public void setMailbox(String mailbox) {
this.mailbox = mailbox
public String getMailbox() {
return mailbox;
}
/**
* @param mailbox
* The mailbox to set.
*/
public void setMailbox(String mailbox) {
this.mailbox = mailbox
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/ListInfoTreeNode.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SubscribeCommandReference.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public String getMailbox() {↵ | | 1 | public String getMailbox() {↵
|
2 | ↵ | | |
|
3 | return mailbox;↵ | | 2 | return mailbox;↵
|
4 | }↵ | | |
|
|
5 | /**↵ | | |
|
|
| | | 3 | }↵
|
|
| | | 4 | /**↵
|
6 | * @param mailbox↵ | | 5 | * @param mailbox↵
|
7 | The mailbox to set.↵ | | 6 | * The mailbox to set.↵
|
8 | */↵ | | |
|
9 | ↵ | | |
|
| | | 7 | */↵
|
10 | public void setMailbox(String mailbox) {↵ | | 8 | public void setMailbox(String mailbox) {↵
|
11 | ↵ | | |
|
12 | this.mailbox = mailbox | | 9 | this.mailbox = mailbox
|
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 |