public class ExternalToolsNotFoundException extends Exception { /** * */ public ExternalToolsNotFoundException() { super(); } /** * @param arg0 */ public ExternalToolsNotFoundException(String arg0) { super(arg0); } /** * @param arg0 */ public ExternalToolsNotFoundException(Throwable arg0) { super(arg0); } /** * @param arg0 * @param arg1 */ public ExternalToolsNotFoundException(String arg0, Throwable arg1) { super(arg0, arg1)
public class InternalException extends Exception { public InternalException() { super(); } public InternalException(String message) { super(message); } public InternalException(String message, Throwable cause) { super(message, cause); } public InternalException(Throwable cause) { super(cause)
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/core/src/main/java/org/columba/core/gui/externaltools/ExternalToolsNotFoundException.java File path: /columba-1.4-src/core/src/main/java/org/columba/core/util/InternalException.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class ExternalToolsNotFoundException extends Exception {
1
public class InternalException extends Exception {
2
    /**
3
 * 
4
 */
5
    
6
public ExternalToolsNotFoundException() {
2
	public InternalException() {
7
        super();
3
		super();
8
    }
9
    /**
10
 * @param arg0
11
 */
12
    
4
	}
13
public ExternalToolsNotFoundException(String arg0) {
5
	public InternalException(String 
14
        super(arg0);
15
    }
16
    /**
17
 * @param arg0
18
 */
19
    
6
message) {
7
		super(message);
8
	}
20
public ExternalToolsNotFoundException(Throwable arg0) {
9
	public Internal
21
        super(arg0);
22
    }
23
    /**
24
 * @param arg0
25
 * @param arg1
26
 */
27
    
10
Exception(String message, Throwable cause) {
11
		super(message, cause);
12
	}
28
public ExternalToolsNotFoundException(String arg0, Throwable arg1) {
13
	public Internal
29
        super(arg0, arg1
14
Exception(Throwable cause) {
30
)
15
		super(cause)
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