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