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