Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 139 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/virtual/VirtualFolder.java |
2 | 9 | 838 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/virtual/VirtualFolder.java |
| |||||
if (isRecursive()) { FolderChildrenIterator it = new FolderChildrenIterator(folder); while (it.hasMoreChildren()) { IMailFolder next = it.nextChild(); if ( !(next instanceof VirtualFolder) && (next instanceof IMailbox)) { next.addFolderListener(this ); } } } |
| |||||
if (isRecursive()) { FolderChildrenIterator it = new FolderChildrenIterator(folder); while (it.hasMoreChildren()) { IMailFolder next = it.nextChild(); if ( !(next instanceof VirtualFolder) && (next instanceof IMailbox)) { next.releaseLock(locker); } } } |
| |||
if (isRecursive()) { FolderChildrenIterator it = new FolderChildrenIterator(folder); while (it.hasMoreChildren()) { IMailFolder next = it.nextChild(); if ( !(next instanceof VirtualFolder) && (next instanceof IMailbox)) { next. [[#variable1300b900]]( [[#variable1300b860]]); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1300b900]] | addFolderListener |
1 | 2 | [[#1300b900]] | releaseLock |
2 | 1 | [[#1300b860]] | this |
2 | 2 | [[#1300b860]] | locker |