Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.973 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 182 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail-api/src/main/java/org/columba/mail/folder/IMailbox.java |
2 | 2 | 196 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail-api/src/main/java/org/columba/mail/folder/IMailbox.java |
| |||||
/** * Gets the InputStream from the body of the mimepart. This excludes the * header. If the stream was encoded with QuotedPrintable or Base64 decoding * is already done. * * @param uid * The UID of the message * @param address * The address of the mimepart * @return * @throws Exception */ public InputStream getMimePartBodyStream(Object uid, Integer[] address) throws Exception; |
| |||||
/** * Gets the InputStream from the complete mimepart. This includes the * header. * * @param uid * The UID of the message * @param address * address The address of the mimepart * @return * @throws Exception */ public InputStream getMimePartSourceStream(Object uid, Integer[] address) throws Exception; |
| |||
/** * Gets the InputStream from the complete mimepart. This includes the * header. * * @param uid * The UID of the message * @param address * address The address of the mimepart * @return * @throws Exception */ /** * Gets the InputStream from the body of the mimepart. This excludes the * header. If the stream was encoded with QuotedPrintable or Base64 decoding * is already done. * * @param uid * The UID of the message * @param address * The address of the mimepart * @return * @throws Exception */ public InputStream [[#variable1140b2e0]](Object uid, Integer[] address) throws Exception; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1140b2e0]] | getMimePartBodyStream |
1 | 2 | [[#1140b2e0]] | getMimePartSourceStream |