public class HeresAnotherCrazyIdFieldName { private Long heresAnotherCrazyIdFieldName; private String name; public HeresAnotherCrazyIdFieldName() { } public HeresAnotherCrazyIdFieldName(String name) { this.name = name; } public Long getHeresAnotherCrazyIdFieldName() { return heresAnotherCrazyIdFieldName; } public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName) { this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName; } public String getName() { return name; } public void setName(String name) { this.name = name
public class TimestampVersioned { private Long id; private Date version; private String name; public TimestampVersioned() { } public TimestampVersioned(String name) { this.name = name; } public Long getId() { return id; } public Date getVersion() { return version; } public String getName() { return name; } public void setName(String name) { this.name = name
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/hql/TimestampVersioned.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class HeresAnotherCrazyIdFieldName {
1
public class 
2
	private Long heresAnotherCrazyIdFieldName
2
TimestampVersioned {
3
	private Long id;
3
;
4
	private Date version;
4
	private String name;
5
	private String name;
5
	public HeresAnotherCrazyIdFieldName() {
6
	public 
6
	}
7
	public HeresAnotherCrazyIdFieldName(String name) {
8
		this.name = name;
9
	}
10
	public Long getHeresAnotherCrazyIdFieldName() {
11
		return heresAnotherCrazyIdFieldName;
12
	}
13
	public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName) {
14
		this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName
7
TimestampVersioned() {
8
	}
9
	public TimestampVersioned(String name) {
10
		this.name = name;
11
	}
12
	public Long getId() {
13
		return id;
14
	}
15
	public Date getVersion() {
15
;
16
		return version;
16
	}
17
	}
17
	public String getName() {
18
	public String getName() {
18
		return name;
19
		return name;
19
	}
20
	}
20
	public void setName(String name) {
21
	public void setName(String name) {
21
		this.name = name
22
		this.name = name
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