public class ScalarReturn implements Return { private final Type type; private final String columnAlias; public ScalarReturn(Type type, String columnAlias) { this.type = type; this.columnAlias = columnAlias; } public Type getType() { return type; } public String getColumnAlias() { return columnAlias
public class TypeDef implements Serializable { private String typeClass; private Properties parameters; public TypeDef(String typeClass, Properties parameters) { this.typeClass = typeClass; this.parameters = parameters; } public Properties getParameters() { return parameters; } public String getTypeClass() { return typeClass
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/loader/custom/ScalarReturn.java File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/mapping/TypeDef.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class ScalarReturn implements Return {
1
public class TypeDef implements Serializable {
2
	private final Type type;
2
	private 
3
	private final String columnAlias;
4
	public ScalarReturn(Type type, String columnAlia
3
String typeClass;
4
	private Properties parameters;
5
s) {
5
	public TypeDef(String typeClass, Properties parameters) {
6
		this.type = type;
6
		this.typeClass = typeClass;
7
		this.columnAlias = columnAlias;
7
		this.parameters = parameters;
8
	}
8
	}
9

10
	public Type getType() {
9
	public Properties getParameters() {
11
		return type;
10
		return 
12
	}
13

11
parameters;
12
	}
14
	public String getColumnAlias() {
13
	public String getTypeClass() {
15
		return columnAlias
14
		return typeClass
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