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 Person { private Long id; private String name; public Person(String name) { this.name = name; } public Person() { } /** * @return Returns the id. */ public Long getId() { return id; } /** * @param id The id to set. */ public void setId(Long id) { this.id = id; } /** * @return Returns the name. */ public String getName() { return name; } /** * @param name The name to set. */ 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/sql/hand/Person.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class HeresAnotherCrazyIdFieldName {
1
public class Per
2
	private Long heresAnotherCrazyIdFieldName
2
son {
3
;
3
	private Long id;
4
	private String name;
4
	private String name;
5
	public HeresAnotherCrazyIdFieldName() {
5
	public Per
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 = heresAnotherCrazyIdFieldN
6
son(String name) {
7
		this.name = name;
8
	}
9
	public Person() {
10
	}
11
	/**
12
	 * @return Returns the id.
13
	 */
14
	public Long getId() {
15
		return id;
16
	}
17
	/**
18
	 * @param id The id to set.
19
	 */
20
	public void setId(Long id) {
21
		this.id = id;
22
	}
23
	/**
15
ame;
24
	 * @return Returns the name.
16
	}
25
	
26
 */
17
	public String getName() {
27
	public String getName() {
18
		return name;
28
		return name;
19
	}
29
	}
30
	/**
31
	 * @param name The name to set.
32
	 */
20
	public void setName(String name) {
33
	public void setName(String name) {
21
		this.name = name
34
		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