IContactModel load(String uid) throws StoreException; void save(String uid, IContactModel contact) throws StoreException;
IContactModel get(String uid) throws StoreException; /** * @see org.columba.addressbook.folder.IContactStorage#modify(java.lang.Object, * IContactModel) */ void modify(String uid, IContactModel contact) throws StoreException;
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact-api/src/main/java/org/columba/addressbook/folder/DataStorage.java File path: /columba-1.4-src/contact-api/src/main/java/org/columba/addressbook/folder/IGroupFolder.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
IContactModel load(String uid) throws StoreException;
1
IContactModel get(String uid) throws StoreException;
2
	void save
2
	/**
3
	 * @see org.columba.addressbook.folder.IContactStorage#modify(java.lang.Object,
4
	 *      IContactModel)
5
	 */
3
(String uid, IContactModel contact) throws StoreException;
6
	void modify(String uid, IContactModel contact) throws StoreException;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0