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.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 231 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java |
2 | 2 | 243 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/imap/IImapServer.java |
| |||||
/** * Fetch list of flags and parse it. * * @param folder * mailbox name * * @return list of flags * @throws Exception */ public IMAPFlags[] fetchFlagsListStartFrom(int startIdx, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException; |
| |||||
/** * Fetch list of flags and parse it. * * @param folder * mailbox name * * @return list of flags * @throws Exception */ public IMAPFlags[] fetchFlagsListStartFrom2(int startIdx, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException; |
| |||
/** * Fetch list of flags and parse it. * * @param folder * mailbox name * * @return list of flags * @throws Exception */ public IMAPFlags[] [[#variable131d3760]](int startIdx, IMAPFolder folder) throws IOException, IMAPException, CommandCancelledException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131d3760]] | fetchFlagsListStartFrom |
1 | 2 | [[#131d3760]] | fetchFlagsListStartFrom2 |