Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.975 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 89 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/folder/importfilter/DefaultAddressbookImporter.java |
2 | 9 | 86 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/mailboximport/AbstractMailboxImporter.java |
| |||||
/** * set destination folder */ public void setDestinationFolder(AbstractFolder folder) { destinationFolder = folder; } /** * counter for successfully imported messages */ public int getCount() { return counter; } |
| |||||
/** * Set the destination folder. */ public void setDestinationFolder(IMailbox folder) { destinationFolder = folder; } /** * Returns the number of successfully imported messages so far. */ public int getCount() { return counter; } |
| |||
/** * Set the destination folder. */ /** * set destination folder */ public void setDestinationFolder( [[#variable131eec80]] folder) { destinationFolder = folder; } /** * Returns the number of successfully imported messages so far. */ /** * counter for successfully imported messages */ public int getCount() { return counter; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131eec80]] | AbstractFolder |
1 | 2 | [[#131eec80]] | IMailbox |