Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 0 | 1.000 | class_body_declarations[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 63 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/search/DummyQueryEngine.java |
2 | 13 | 77 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/folder/search/IMAPQueryEngine.java |
| |||||
/** * @see org.columba.mail.folder.search.QueryEngine#messageAdded(org.columba.mail.message.ColumbaMessage) */ public void messageAdded(Object uid) throws Exception { } /** * @see org.columba.mail.folder.search.QueryEngine#messageRemoved(java.lang.Object) */ public void messageRemoved(Object uid) throws Exception { } /** * @see org.columba.mail.folder.search.QueryEngine#reset() */ public void reset() throws Exception { } public void save() { // TODO Auto-generated method stub } |
| |||||
public void messageAdded(Object uid) throws Exception { // method is not needed by IMAP } public void messageRemoved(Object uid) throws Exception { // method is not needed by IMAP } public void reset() throws Exception { // method is not needed by IMAP } public void save() { // TODO Auto-generated method stub } |
| |||
/** * @see org.columba.mail.folder.search.QueryEngine#messageAdded(org.columba.mail.message.ColumbaMessage) */ public void messageAdded(Object uid) throws Exception { // method is not needed by IMAP } /** * @see org.columba.mail.folder.search.QueryEngine#messageRemoved(java.lang.Object) */ public void messageRemoved(Object uid) throws Exception { // method is not needed by IMAP } /** * @see org.columba.mail.folder.search.QueryEngine#reset() */ public void reset() throws Exception { // method is not needed by IMAP } public void save() { // TODO Auto-generated method stub } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |