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.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 854 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IMAPServer.java |
2 | 2 | 860 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IMAPServer.java |
| |||||
MailboxStatus statusBefore = protocol.status(destFolder.getImapPath(), new String[] { "UIDNEXT" } ); |
| |||||
MailboxStatus statusAfter = protocol.status(destFolder.getImapPath(), new String[] { "UIDNEXT" } ); |
| |||
MailboxStatus [[#variable11421100]]= protocol.status(destFolder.getImapPath(), new String[] { "UIDNEXT" } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11421100]] | statusBefore |
1 | 2 | [[#11421100]] | statusAfter |