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 TextHolder { private Long id; private String theText; public TextHolder() { } public TextHolder(String theText) { this.theText = theText; } public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getTheText() { return theText; } public void setTheText(String theText) { this.theText = theText;
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/readonly/TextHolder.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
TextHolder {
3
;
3
	private Long id;
4
	private String name;
4
	private String theText;
5
	public HeresAnotherCrazyIdFieldName() {
5
	public 
6
	}
7
	public HeresAnotherCrazyIdFieldName
6
TextHolder() {
7
	}
8
(String name) {
8
	public TextHolder(String theText) {
9
		this.name = name;
9
		this.theText = theText;
10
	}
10
	}
11
	public Long getHeresAnotherCrazyIdFieldName() {
11
	public Long get
12
		return heresAnotherCrazyIdFieldName;
13
	}
14
	public void setHeresAnotherCrazyIdFieldName(Long heresAnotherCrazyIdFieldName) {
15
		this.heresAnotherCrazyIdFieldName = heresAnotherCrazyIdFieldName
12
Id() {
13
		return id;
14
	}
15
	public void setId(Long id) {
16
;
16
		this.id = id;
17
	}
17
	}
18
	public String getName() {
18
	public String getTheText() {
19
		return name;
19
		return theText;
20
	}
20
	}
21
	public void setName(String name) {
21
	public void setTheText(String theText) {
22
		this.name = name;
22
		this.theText = theText;
23
	
23
	
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