void processValues(Object[] values, Type[] types) throws HibernateException {
for ( int i=0; i<types.length; i++ ) {
if ( includeProperty(values, i) ) {
processValue( i, values, types );
public void processEntityPropertyValues(Object[] values, Type[] types) throws HibernateException {
for ( int i=0; i<types.length; i++ ) {
if ( includeEntityProperty(values, i) ) {
processValue( i, values, types );
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/event/def/AbstractVisitor.java
|
|
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/event/def/AbstractVisitor.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void processValues(Object[] values, Type[] types) throws HibernateException {↵ | | 1 | public void processEntityPropertyValues(Object[] values, Type[] types) throws HibernateException {↵
|
2 | for ( int i=0; i<types.length; i++ ) {↵ | | 2 | for ( int i=0; i<types.length; i++ ) {↵
|
3 | if ( includeProperty(values, i) ) {↵ | | 3 | if ( includeEntityProperty(values, i) ) {↵
|
4 | processValue( i, values, types );↵ | | 4 | processValue( i, values, types );↵
|
5 | | | 5 |
|
See real code fragment |
|
See real code fragment |
Summary
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 |