public MozillaImporter(IMailbox destinationFolder, File[] sourceFiles) {
super(destinationFolder, sourceFiles);
}
public int getType() {
return TYPE_FILE;
public EudoraMailImportFilter(IMailbox destinationFolder, File[] sourceFiles) {
super(destinationFolder, sourceFiles);
}
/**
* Returns which type of import is supported
*
* @return type of import supported - here TYPE_FILE (=0)
*/
public int getType() {
return TYPE_FILE;
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/mailboximport/MozillaImporter.java
|
|
File path: /columba-1.4-src/plugins/org.columba.mail.EudoraMailImportFilter/src/org/columba/mail/EudoraMailImportFilter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public MozillaImporter(IMailbox destinationFolder, File[] sourceFiles) {↵ | | 1 | public EudoraMailImportFilter(IMailbox destinationFolder, File[] sourceFiles) {↵
|
2 | super(destinationFolder, sourceFiles);↵ | | 2 | super(destinationFolder, sourceFiles);↵
|
3 | }↵ | | |
|
|
4 | ↵ | | 3 | }↵
|
|
| | | 4 | /**↵
|
| | | 5 | * Returns which type of import is supported↵
|
| | | 6 | * ↵
|
| | | 7 | * @return type of import supported - here TYPE_FILE (=0)↵
|
| | | 8 | */↵
|
5 | public int getType() {↵ | | 9 | public int getType() {↵
|
6 | return TYPE_FILE; | | 10 | return TYPE_FILE;
|
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 |