public class OtherAssigned { private Long id; private ParentAssigned owner; public OtherAssigned() { } public OtherAssigned(Long id) { this.id = id; } public Long getId() { return id; } public ParentAssigned getOwner() { return owner; } public void setOwner(ParentAssigned owner) { this.owner = owner;
static public class ABean { public Fum fum; public Fum fo; public Fum getFo() { return fo; } public void setFo(Fum fo) { this.fo = fo; } public Fum getFum() { return fum; } public void setFum(Fum fum) { this.fum = fum;
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/jpa/cascade/OtherAssigned.java File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/legacy/FumTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class OtherAssigned {
1
static public class ABean {
2
	private Long id;
2
	
3
	private ParentAssigned owner;
4
	public OtherAssigned() {
5
	}
6
	public OtherAssigned(Long id
3
	public Fum fum;
4
		public Fum fo;
7
) {
5
		public Fum getFo() {
8
		this.id = id;
6
		
9
	}
10
	public Long getId(
7
	return fo;
8
		}
11
) {
9
		public void setFo(Fum fo) {
12
		return id;
10
		
13
	}
14
	public ParentAssigned getOwner
11
	this.fo = fo;
12
		}
15
() {
13
		public Fum getFum() {
16
		return owner;
14
			return 
17
	}
15
fum;
16
		}
18
	public void setOwner(ParentAssigned owner) {
17
		public void setFum(Fum fum) {
19
		this.owner = owner;
18
			this.fum = fum;
20
	
19
		
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