File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/criteria/Course.java | File path: /hibernate-distribution-3.3.2.GA/project/testsuite/src/test/java/org/hibernate/test/propertyref/component/partial/Identity.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | public class Course {↵ | 1 | public class Identity { ↵ | |
2 | private String courseCode;↵ | 2 | private String name; ↵ | |
3 | private String description;↵ | 3 | private String ssn;↵ | |
4 | ↵ | |||
4 | public String getCourseCode() {↵ | 5 | public String getSsn() { ↵ | |
5 | return courseCode;↵ | 6 | return ssn; ↵ | |
6 | }↵ | 7 | } ↵ | |
7 | public void setCourseCode(String courseCode) {↵ | 8 | public void setSsn(String id) { ↵ | |
8 | this.courseCode = courseCode;↵ | 9 | this.ssn = id; ↵ | |
9 | }↵ | 10 | } ↵ | |
10 | public String getDescription() {↵ | 11 | public String getName() { ↵ | |
11 | return description;↵ | 12 | return name; ↵ | |
12 | }↵ | 13 | } ↵ | |
13 | public void setDescription(String description) {↵ | 14 | public void setName(String name) { ↵ | |
14 | this.description = description | 15 | this.name = name | |
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 |