public void setDestinationFolder(AbstractFolder folder) {
destinationFolder = folder;
}
/**
* counter for successfully imported messages
*/
public int getCount() {
return counter
public void setDestinationFolder(IMailbox folder) {
destinationFolder = folder;
}
/**
* Returns the number of successfully imported messages so far.
*/
public int getCount() {
return counter
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/folder/importfilter/DefaultAddressbookImporter.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/mailboximport/AbstractMailboxImporter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setDestinationFolder(AbstractFolder folder) {↵ | | 1 | public void setDestinationFolder(IMailbox folder) {↵
|
2 | destinationFolder = folder;↵ | | 2 | destinationFolder = folder;↵
|
3 | }↵ | | |
|
|
4 | /**↵ | | |
|
5 | * counter for↵ | | 3 | }↵
|
|
| | | 4 | /**↵
|
6 | successfully imported messages↵ | | 5 | * Returns the number of successfully imported messages↵
|
7 | */↵ | | |
|
8 | ↵ | | 6 | so far.↵
|
| | | 7 | */↵
|
9 | public int getCount() {↵ | | 8 | public int getCount() {↵
|
10 | return counter | | 9 | return counter
|
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 |