public void setPropertyValues(Object object, Object[] values) {
try {
bulkBean.setPropertyValues( object, values );
}
catch ( Throwable t ) {
throw new PropertyAccessException(
t,
PROPERTY_SET_EXCEPTION,
true,
mappedClass,
setterName( t, bulkBean )
public void setPropertyValues(Object object, Object[] values) {
try {
bulkAccessor.setPropertyValues( object, values );
}
catch ( Throwable t ) {
throw new PropertyAccessException(
t,
PROPERTY_SET_EXCEPTION,
true,
mappedClass,
setterName( t, bulkAccessor )
Clone fragments detected by clone detection tool
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/bytecode/cglib/AccessOptimizerAdapter.java
|
|
File path: /hibernate-distribution-3.3.2.GA/project/core/src/main/java/org/hibernate/bytecode/javassist/AccessOptimizerAdapter.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public void setPropertyValues(Object object, Object[] values) {↵ | | 1 | public void setPropertyValues(Object object, Object[] values) {↵
|
2 | try {↵ | | 2 | try {↵
|
3 | bulkBean.setPropertyValues( object, values );↵ | | 3 | bulkAccessor.setPropertyValues( object, values );↵
|
4 | }↵ | | 4 | }↵
|
5 | catch ( Throwable t ) {↵ | | 5 | catch ( Throwable t ) {↵
|
6 | throw new PropertyAccessException(↵ | | 6 | throw new PropertyAccessException(↵
|
7 | t,↵ | | 7 | t,↵
|
8 | PROPERTY_SET_EXCEPTION,↵ | | 8 | PROPERTY_SET_EXCEPTION,↵
|
9 | true,↵ | | 9 | true,↵
|
10 | mappedClass,↵ | | 10 | mappedClass,↵
|
11 | setterName( t, bulkBean )↵ | | 11 | setterName( t, bulkAccessor )↵
|
12 | | | 12 |
|
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 |