public ExtensionHandlerNotFoundException(String message) { super(message); } public ExtensionHandlerNotFoundException(String message, Throwable cause) { super(message, cause); } public ExtensionHandlerNotFoundException(Throwable cause) { super(cause);
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-api/src/main/java/org/columba/api/exception/ExtensionHandlerNotFoundException.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 ExtensionHandlerNotFoundException(String message) {
1
public InternalException(String message) {
2
		super(message);
2
		super(message);
3
	}
3
	}
4
	public ExtensionHandlerNotFoundException(String message, Throwable cause) {
4
	public InternalException(String message, Throwable cause) {
5
		super(message, cause);
5
		super(message, cause);
6
	}
6
	}
7
	public ExtensionHandlerNotFoundException(Throwable cause) {
7
	public InternalException(Throwable cause) {
8
		super(cause);
8
		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