Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.966 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 322 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/folder/AbstractFolder.java |
2 | 11 | 98 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/folder/GroupFolder.java |
| |||||
/** * @see org.columba.addressbook.folder.IContactStorage#count() */ public int count() throws StoreException { return cacheStorage.count(); } /** * @see org.columba.addressbook.folder.IContactStorage#exists(java.lang.Object) */ public boolean exists(String uid) throws StoreException { return cacheStorage.exists(uid); } |
| |||||
/** * @see org.columba.addressbook.folder.IContactStorage#count() */ public int count() throws StoreException { return group.count(); } /** * @see org.columba.addressbook.folder.IContactStorage#exists(java.lang.Object) */ public boolean exists(String uid) throws StoreException { return group.exists(uid); } |
| |||
/** * @see org.columba.addressbook.folder.IContactStorage#count() */ public int count() throws StoreException { return [[#variable1311ac00]].count(); } /** * @see org.columba.addressbook.folder.IContactStorage#exists(java.lang.Object) */ public boolean exists(String uid) throws StoreException { return [[#variable1311ac00]].exists(uid); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1311ac00]] | cacheStorage |
1 | 2 | [[#1311ac00]] | group |