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() {
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() {
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/search/DummyQueryEngine.java File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/folder/search/IMAPQueryEngine.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void messageAdded(Object uid) throws Exception {
1
public void messageAdded(Object uid) throws Exception {
2
    }
2
    
3
    /**
4
 * @see org.columba.mail.folder.search.QueryEngine#messageRemoved(java.lang.Object)
5
 */
6
    public void messageRemoved(Object uid) throws Exception {
7
    }
8
    /**
9
 * @see org.columba.mail.folder.search.QueryEngine#reset()
10
 */
3
    // method is not needed by IMAP
4
    }
5
    public void messageRemoved(Object uid) throws Exception {
6
        // method is not needed by IMAP
7
    }
11
    public void reset() throws Exception {
8
    public void reset() throws Exception {
9
        // method is not needed by IMAP
12
    }
10
    }
13
	public void save() {
11
	public void save() {
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