package org.columba.mail.pgp;
import org.waffel.jscf.JSCFException;
/**
* @author waffel
*
*/
public class CancelledException extends JSCFException {
/**
* @param arg0
*/
public CancelledException(String arg0) {
super(arg0);
}
package org.columba.mail.pgp;
import org.waffel.jscf.JSCFException;
/**
* @author waffel
*
*/
public class WrongPassphraseException extends JSCFException {
/**
* @param arg0
*/
public WrongPassphraseException(String arg0) {
super(arg0);
}
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/pgp/CancelledException.java
|
|
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/pgp/WrongPassphraseException.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | package org.columba.mail.pgp;↵ | | 1 | package org.columba.mail.pgp;↵
|
|
2 | import org.waffel.jscf.JSCFException;↵ | | 2 | import org.waffel.jscf.JSCFException;↵
|
|
|
3 | /**↵ | | 3 | /**↵
|
4 | * @author waffel↵ | | 4 | * @author waffel↵
|
5 | *↵ | | 5 | *↵
|
6 | */↵ | | 6 | */↵
|
|
7 | public class CancelledException extends JSCFException {↵ | | 7 | public class WrongPassphraseException extends JSCFException {↵
|
|
8 | /**↵ | | 8 | /**↵
|
9 | * @param arg0↵ | | 9 | * @param arg0↵
|
10 | */↵ | | 10 | */↵
|
11 | public CancelledException(String arg0) {↵ | | 11 | public WrongPassphraseException(String arg0) {↵
|
12 | super(arg0);↵ | | 12 | super(arg0);↵
|
13 | ↵ | | 13 | ↵
|
14 | } | | 14 | }
|
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 |