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.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 151 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/imap/IMAPRootFolder.java |
2 | 2 | 185 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/imap/IMAPRootFolder.java |
| |||||
AbstractFolder subFolder = (AbstractFolder) parent.findChildWithName(subchild, false, IMAPFolder.class ); |
| |||||
// no delimiter found // -> this is already the final folder // if folder doesn't exist already AbstractFolder subFolder = (AbstractFolder) parent.findChildWithName(name, false, IMAPFolder.class ); |
| |||
// no delimiter found // -> this is already the final folder // if folder doesn't exist already AbstractFolder subFolder = (AbstractFolder) parent.findChildWithName( [[#variable11430a00]], false, IMAPFolder.class ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11430a00]] | subchild |
1 | 2 | [[#11430a00]] | name |