CloneSet429


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21230.970interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121277
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java
221330
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
277
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java

/**
 * Get {@link MimeTree}.
 * 
 * @param uid
 *            message UID
 * @param folder
 *            mailbox name
 * @return mimetree
 * @throws Exception
 */
public MimeTree getMimeTree(Object uid, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;
/**
 * Get {@link MimePart}.
 * 
 * @param uid
 *            message UID
 * @param address
 *            address of MimePart in MimeTree
 * @param folder
 *            mailbox name
 * @return mimepart
 * @throws CommandCancelledException
 * @throws IMAPException
 * @throws IOException
 * @throws Exception
 */
public InputStream getMimePartBodyStream(Object uid, Integer[] address, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;


First
Previous
Clone Instance
2
Line Count
21
Source Line
330
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java

/**
 * Get complete headers.
 * 
 * @param uid
 *            message uid
 * @param folder
 *            mailbox path
 * @return
 * @throws Exception
 * @throws CommandCancelledException
 * @throws IMAPException
 * @throws IOException
 */
public Header getAllHeaders(Object uid, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;
/**
 * Get {@link MimePart}.
 * 
 * @param uid
 *            message UID
 * @param address
 *            address of MimePart in MimeTree
 * @param folder
 *            mailbox name
 * @return mimepart
 * @throws CommandCancelledException
 * @throws IMAPException
 * @throws IOException
 * @throws Exception
 */
public InputStream getMimePartSourceStream(Object uid, Integer[] address, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
         * Get {@link MimeTree}.
         * 
         * @param uid
         *            message UID
         * @param folder
         *            mailbox name
         * @return mimetree
         * @throws Exception
         */
/**
         * Get complete headers.
         * 
         * @param uid
         *            message uid
         * @param folder
         *            mailbox path
         * @return
         * @throws Exception
         * @throws CommandCancelledException
         * @throws IMAPException
         * @throws IOException
         */
public [[#variable132e71c0]]  [[#variable132e7100]](Object uid, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;
/**
         * Get {@link MimePart}.
         * 
         * @param uid
         *            message UID
         * @param address
         *            address of MimePart in MimeTree
         * @param folder
         *            mailbox name
         * @return mimepart
         * @throws CommandCancelledException
         * @throws IMAPException
         * @throws IOException
         * @throws Exception
         */
public InputStream  [[#variable132e6fa0]](Object uid, Integer[] address, IMAPFolder folder)
  throws IOException, IMAPException, CommandCancelledException;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#132e71c0]]
MimeTree 
12[[#132e71c0]]
Header 
21[[#132e7100]]
getMimeTree 
22[[#132e7100]]
getAllHeaders 
31[[#132e6fa0]]
getMimePartBodyStream 
32[[#132e6fa0]]
getMimePartSourceStream