public boolean supportsAddFolder(String newFolderType) {
return false;
}
/**
* Returns true if this folder type can be moved around in the folder tree.
*
* @return true if this folder type can be moved around in the folder tree.
*/
public boolean supportsMove() {
return false;
public boolean supportsAddFolder(String newFolderType) {
return false;
}
/**
* Returns if this folder type can be moved.
*
* @return false always.
*/
public boolean supportsMove() {
return false;
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/AbstractFolder.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/outbox/OutboxFolder.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public boolean supportsAddFolder(String newFolderType) {↵ | | 1 | public boolean supportsAddFolder(String newFolderType) {
↵
|
2 | return false;↵ | | 2 | return false;
↵
|
3 | }↵ | | 3 | }↵
|
|
| | | 4 |
↵
|
4 | /**↵ | | 5 | /**
↵
|
5 | * Returns true if this folder type can be moved around in the folder tree.↵ | | 6 | * Returns if this folder type can be moved.
↵
|
6 | * ↵ | | 7 | *
↵
|
7 | * @return true if this folder type can be moved around in the folder tree.↵ | | 8 | * @return false always.
↵
|
8 | */↵ | | 9 | */
↵
|
9 | public boolean supportsMove() {↵ | | 10 | public boolean supportsMove() {
↵
|
10 | return false; | | 11 | return false;
|
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 |