public BaseRuntimeException(String message) {
super(message);
}
public BaseRuntimeException(String message, Throwable cause) {
super(message, cause);
}
public BaseRuntimeException(Throwable cause) {
super(cause)
public ExtensionHandlerNotFoundException(String message) {
super(message);
}
public ExtensionHandlerNotFoundException(String message, Throwable cause) {
super(message, cause);
}
public ExtensionHandlerNotFoundException(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/BaseRuntimeException.java
|
|
File path: /columba-1.4-src/core-api/src/main/java/org/columba/api/exception/ExtensionHandlerNotFoundException.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public BaseRuntimeException(String message) {↵ | | 1 | public ExtensionHandlerNotFoundException(String message) {↵
|
2 | super(message);↵ | | 2 | super(message);↵
|
|
3 | }↵ | | 3 | }↵
|
|
4 | public BaseRuntimeException(String message, Throwable cause) {↵ | | 4 | public ExtensionHandlerNotFoundException(String message, Throwable cause) {↵
|
5 | super(message, cause);↵ | | 5 | super(message, cause);↵
|
|
6 | }↵ | | 6 | }↵
|
|
7 | public BaseRuntimeException(Throwable cause) {↵ | | 7 | public ExtensionHandlerNotFoundException(Throwable cause) {↵
|
8 | super(cause) | | 8 | super(cause)
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |