public MimeTree getMimeTree(Object uid, IMAPFolder folder)
throws IOException, IMAPException, CommandCancelledException {
// TODO Auto-generated method stub
return null;
}
public InputStream getMimePartBodyStream(Object uid, Integer[] address,
IMAPFolder folder) throws IOException, IMAPException,
CommandCancelledException {
// TODO Auto-generated method stub
return null
public Header getAllHeaders(Object uid, IMAPFolder folder)
throws IOException, IMAPException, CommandCancelledException {
// TODO Auto-generated method stub
return null;
}
public InputStream getMimePartSourceStream(Object uid, Integer[] address,
IMAPFolder folder) throws IOException, IMAPException,
CommandCancelledException {
// TODO Auto-generated method stub
return null
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java
|
|
File path: /columba-1.4-src/mail/src/test/java/org/columba/mail/imap/TestServer.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public MimeTree getMimeTree(Object uid, IMAPFolder folder)↵ | | 1 | public Header getAllHeaders(Object uid, IMAPFolder folder)↵
|
2 | throws IOException, IMAPException, CommandCancelledException {↵ | | 2 | throws IOException, IMAPException, CommandCancelledException {↵
|
3 | // TODO Auto-generated method stub↵ | | 3 | // TODO Auto-generated method stub↵
|
4 | return null;↵ | | 4 | return null;↵
|
5 | }↵ | | 5 | }↵
|
|
6 | public InputStream getMimePartBodyStream(Object uid, Integer[] address,↵ | | 6 | public InputStream getMimePartSourceStream(Object uid, Integer[] address,↵
|
7 | IMAPFolder folder) throws IOException, IMAPException,↵ | | 7 | IMAPFolder folder) throws IOException, IMAPException,↵
|
8 | CommandCancelledException {↵ | | 8 | CommandCancelledException {↵
|
9 | // TODO Auto-generated method stub↵ | | 9 | // TODO Auto-generated method stub↵
|
10 | return null | | 10 | return null
|
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 |