File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java | File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/subclassfilter/Customer.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | public class ChildWithManyToOne extends ChildEntity {↵ | 1 | public class C↵ | |
2 | private ParentWithCollection parent;↵ | |||
3 | public ChildWithManyToOne↵ | 2 | ustomer extends Person {↵ | |
3 | private Employee contactOwner;↵ | |||
4 | () {↵ | 4 | public Customer() {↵ | |
5 | }↵ | 5 | }↵ | |
6 | public ChildWithManyToOne(String name) {↵ | 6 | public Customer(String name) {↵ | |
7 | super( name );↵ | 7 | super( name );↵ | |
8 | }↵ | 8 | }↵ | |
9 | public ParentWithCollection getParent() {↵ | 9 | public Employee getContactOwner() {↵ | |
10 | return parent;↵ | 10 | return contactOwner;↵ | |
11 | }↵ | 11 | }↵ | |
12 | public void setParent(ParentWithCollection parent) {↵ | 12 | public void set↵ | |
13 | this.parent = parent↵ | 13 | ContactOwner(Employee contactOwner) {↵ | |
14 | ;↵ | 14 | this.contactOwner = contactOwner;↵ | |
15 | | 15 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |