public class MappingException extends HibernateException { public MappingException(String msg, Throwable root) { super( msg, root ); } public MappingException(Throwable root) { super(root); } public MappingException(String s) { super(s);
public class TypeMismatchException extends HibernateException { public TypeMismatchException(Throwable root) { super( root ); } public TypeMismatchException(String s) { super( s ); } public TypeMismatchException(String string, Throwable root) { super( string, root );
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/MappingException.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/TypeMismatchException.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class MappingException extends HibernateException {
1
public class TypeMismatchException extends HibernateException {
2

2
	public MappingException(String msg, Throwable root) {
3
	public TypeMismatchException(Throwable root) {
3
		super( msg, root );
4
		super( root );
4
	}
5
	}
6

5
	public MappingException(Throwable root) {
7
	public TypeMismatchException(String s) {
6
		super(root);
8
		super( s );
7
	}
9
	}
10

8
	public MappingException(String s) {
11
	public TypeMismatchException(String string, Throwable root) {
9
		super(s);
12
		super( string, root );
10
	
13
	
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