public class MoreCrazyIdFieldNameStuffEntity { private Long moreCrazyIdFieldNameStuffEntity; private HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName; // silly ain't it ;) private String name; public MoreCrazyIdFieldNameStuffEntity() { } public MoreCrazyIdFieldNameStuffEntity(String name) { this.name = name; } public Long getMoreCrazyIdFieldNameStuffEntity() { return moreCrazyIdFieldNameStuffEntity; } public void setMoreCrazyIdFieldNameStuffEntity(Long moreCrazyIdFieldNameStuffEntity) { this.moreCrazyIdFieldNameStuffEntity = moreCrazyIdFieldNameStuffEntity; } public HeresAnotherCrazyIdFieldName getHeresAnotherCrazyIdFieldName() { return heresAnotherCrazyIdFieldName; } public void setHeresAnotherCrazyIdFieldName(HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName) { this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName; } public String getName() { return name; } public void setName(String name) { this.name = name
public class Group { private Long id; private List persons = new ArrayList(); private String name; public Group() { } public Group(String name) { this.name = name; } public Long getId() { return id; } public void setId(Long id) { this.id = id; } public List getPersons() { return persons; } public void setPersons(List persons) { this.persons = persons; } 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/MoreCrazyIdFieldNameStuffEntity.java File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/sql/hand/Group.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class MoreCrazyIdFieldNameStuffEntity {
1
public class 
2
	private Long moreCrazyIdFieldNameStuffEntity;
3
	private HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName; // silly ain't it ;)
2
Group {
3
	private Long id;
4
	private List persons = new ArrayList();
4
	private String name;
5
	private String name;
5
	public MoreCrazyIdFieldNameStuffEntity() {
6
	public 
6
	}
7
	public MoreCrazyIdFieldNameStuffEntity
7
Group() {
8
	}
8
(String name) {
9
	public Group(String name) {
9
		this.name = name;
10
		this.name = name;
10
	}
11
	}
11
	public Long getMoreCrazyIdFieldNameStuffEntity() {
12
	public Long get
12
		return moreCrazyIdFieldNameStuffEntity;
13
	}
14
	public void setMoreCrazyIdFieldNameStuffEntity(Long moreCrazyIdFieldNameStuffEntity) {
15
		this.moreCrazyIdFieldNameStuffEntity = moreCrazyIdFieldNameStuffEntity;
16
	}
17
	public HeresAnotherCrazyIdFieldName
13
Id() {
14
		return id;
15
	}
16
	public void setId(Long id) {
17
		this.id = id;
18
	}
18
 getHeresAnotherCrazyIdFieldName() {
19
	public List getPersons() {
19
		return heresAnotherCrazyIdFieldName;
20
		return persons;
20
	}
21
	}
21
	public void setHeresAnotherCrazyIdFieldName(HeresAnotherCrazyIdFieldName heresAnotherCrazyIdFieldName) {
22
	public void setPersons(List persons) {
22
		this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName;
23
		this.persons = persons;
23
	}
24
	}
24
	public String getName() {
25
	public String getName() {
25
		return name;
26
		return name;
26
	}
27
	}
27
	public void setName(String name) {
28
	public void setName(String name) {
28
		this.name = name
29
		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