Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 75 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/command/TagMessageCommand.java |
2 | 4 | 80 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/command/TagMessageCommand.java |
| |||||
{ for (Entry<Object, IFolder> entry: mails.entrySet()) { AssociationStore.getInstance().addAssociation("tagging", id, createURI(entry.getValue().getId(), entry.getKey()).toString()); } } |
| |||||
{ for (Entry<Object, IFolder> entry: mails.entrySet()) { AssociationStore.getInstance().removeAssociation("tagging", id, createURI(entry.getValue().getId(), entry.getKey()).toString()); } } |
| |||
{ for (Entry<Object, IFolder> entry: mails.entrySet()) { AssociationStore.getInstance(). [[#variable13040360]]("tagging", id, createURI(entry.getValue().getId(), entry.getKey()).toString()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13040360]] | addAssociation |
1 | 2 | [[#13040360]] | removeAssociation |