[ 
https://issues.apache.org/jira/browse/BEANUTILS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525381
 ] 

Henri Yandell commented on BEANUTILS-293:
-----------------------------------------

Is it worth a javadoc comment on the add method?

> LazyDynaMap.getDynaProperties() bug
> -----------------------------------
>
>                 Key: BEANUTILS-293
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-293
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.8.0-BETA
>            Reporter: Davide Angelocola
>         Attachments: BEANUTILS-293-test.patch
>
>
>         LazyDynaMap lazyDynaMap = new LazyDynaMap();
>         lazyDynaMap.add("foo", String.class);
>         assertNotNull(lazyDynaMap.getDynaProperties()[0].getType());
> this test will fail. It is correct?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to