Menu

#21 Bug in BeanCopier

open
nobody
None
5
2006-07-04
2006-07-04
Anonymous
No

In BeanCopier generateClass method
on line
PropertyDescriptor[] setters =
ReflectUtils.getBeanGetters(target);

it should be
PropertyDescriptor[] setters =
ReflectUtils.getBeanSetters(target);

Discussion