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