Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.988 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 132 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/ForwardInlineCommand.java |
2 | 8 | 125 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/command/RedirectCommand.java |
| |||||
MimePart mp = (MimePart) it.next(); Integer[] address = mp.getAddress(); // skip if bodypart (already added as quoted text) if (Arrays.equals(address, bodyPartAddress)) continue ; // add attachment InputStream bodyStream = folder.getMimePartBodyStream(uids[0], address); |
| |||||
MimePart mp = (MimePart) it.next(); Integer[] address = mp.getAddress(); // skip if bodypart (already added as quoted text) if (Arrays.equals(address, bodyPartAddress)) continue ; // add attachment InputStream stream = folder.getMimePartBodyStream(uids[0], address); |
| |||
MimePart mp = (MimePart) it.next(); Integer[] address = mp.getAddress(); // skip if bodypart (already added as quoted text) if (Arrays.equals(address, bodyPartAddress)) continue ; // add attachment InputStream [[#variable1302a640]]= folder.getMimePartBodyStream(uids[0], address); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1302a640]] | bodyStream |
1 | 2 | [[#1302a640]] | stream |