You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eric Pabst <er...@netzero.net> on 2003/05/23 14:32:08 UTC

[PATCH] BeanUtils Auto-instantiate, Enhanced Converters (2-dimensional wrt Class, automatically find some conversions)

This fixes bugs 10319 and 13743.  Because it changes the behaviour when a
nested bean is null, I am submitting it as disabled, see the JavaDoc in
BeanUtilsXBean to enable it.

It passes all previous tests.  I creates some unit tests although not
comprehensive.

Eric Pabst