Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.971 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 64 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/command/OpenAttachmentCommand.java |
2 | 4 | 35 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/message/command/SaveAttachmentTemporaryCommand.java |
| |||||
private static final Logger LOG = Logger.getLogger("org.columba.mail.gui.message.attachment.command"); private File tempFile; |
| |||||
private static final Logger LOG = Logger.getLogger("org.columba.mail.gui.message.attachment.command"); /** The file that the attachment was saved too. */ private File tempAttachmentFile; |
| |||
private static final Logger LOG = Logger.getLogger("org.columba.mail.gui.message.attachment.command"); /** The file that the attachment was saved too. */ private File [[#variable11435580]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11435580]] | tempFile |
1 | 2 | [[#11435580]] | tempAttachmentFile |