Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 2 | 0.981 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 85 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SynchronizeFolderListCommand.java |
2 | 7 | 96 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SynchronizeFolderListCommand.java |
3 | 7 | 107 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SynchronizeFolderListCommand.java |
| |||||
// Process personal namespaces if (namespaces.getPersonalNamespaceSize() > 0) { it = namespaces.getPersonalIterator(); while (it.hasNext()) { Namespace pN = (Namespace) it.next(); ListInfo[] list = store.list("", pN.getPrefix() + '%'); result.addAll(Arrays.asList(list)); } } |
| |||||
// Process other users namespaces if (namespaces.getOtherUserNamespaceSize() > 0) { it = namespaces.getOtherUserIterator(); while (it.hasNext()) { Namespace pN = (Namespace) it.next(); ListInfo[] list = store.list("", pN.getPrefix() + '%'); result.addAll(Arrays.asList(list)); } } |
| |||||
// Process shared namespaces if (namespaces.getSharedNamespaceSize() > 0) { it = namespaces.getSharedIterator(); while (it.hasNext()) { Namespace pN = (Namespace) it.next(); ListInfo[] list = store.list("", pN.getPrefix() + '%'); result.addAll(Arrays.asList(list)); } } |
| |||
// Process shared namespaces // Process other users namespaces // Process personal namespaces if (namespaces. [[#variable113ea0e0]]() > 0) { it = namespaces. [[#variable113ea040]](); while (it.hasNext()) { Namespace pN = (Namespace) it.next(); ListInfo[] list = store.list("", pN.getPrefix() + '%'); result.addAll(Arrays.asList(list)); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#113ea0e0]] | getPersonalNamespaceSize |
1 | 2 | [[#113ea0e0]] | getOtherUserNamespaceSize |
1 | 3 | [[#113ea0e0]] | getSharedNamespaceSize |
2 | 1 | [[#113ea040]] | getPersonalIterator |
2 | 2 | [[#113ea040]] | getOtherUserIterator |
2 | 3 | [[#113ea040]] | getSharedIterator |