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 Info { private Long id; private String details; public Info() { } public Info(String details) { this.details = details; } public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getDetails() { return details; } public void setDetails(String details) { this.details = details
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/proxy/Info.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class HeresAnotherCrazyIdFieldName {
1
public class Info {
2
	private Long heresAnotherCrazyIdFieldName;
2
	private Long id;
3
	private String name;
3
	private String 
4
	public HeresAnotherCrazyIdFieldName
4
details;
5
() {
5
	public Info() {
6
	}
6
	}
7

7
	public HeresAnotherCrazyIdFieldName(String name) {
8
	public Info(String details) {
8
		this.name = name;
9
		this.
9
	}
10
	public Long getHeresAnotherCrazyIdFieldName
10
details = details;
11
	}
11
() {
12
	public Long getId() {
12
		return heresAnotherCrazyIdFieldName;
13
		return 
13
	}
14
	public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName
14
id;
15
	}
15
) {
16
	public void setId(Long id) {
16
		this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName;
17
		this.
17
	}
18
id = id;
19
	}
20

18
	public String getName() {
21
	public String getDetails() {
19
		return name;
22
		return 
20
	}
23
details;
24
	}
25

21
	public void setName(String name) {
26
	public void setDetails(String details) {
22
		this.name = name
27
		this.details = details
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