On Sun, Feb 24, 2013 at 10:34 AM, Benedikt Ritter <brit...@apache.org> wrote:
> Hi,
>
> I'd like to have some feedback on [BEANUTILS-409] - 'describe' method
> returning Incorrect array value [1]. If a bean has an array or collection
> property describe will only return the first entry of this member.
> This is, because for describe() properties are converted to strings by
> PropertyUtils. PropertyUtils calls ConvertUtils.convert(Object) and this in
> turn will only convert the first entry of an array or collection (because
> of o.a.c.beanutils.converters.AbstractConverters lines 212-227).
>
> Is this intended for describe? Then it should be documented in the JavaDoc
> of describe. Else we can implement a fix for this :)

I commented on the JIRA.

Niall

> Thanks,
> Benedikt
>
> [1] https://issues.apache.org/jira/browse/BEANUTILS-409
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to