[
https://issues.apache.org/jira/browse/BEANUTILS-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton resolved BEANUTILS-293.
---------------------------------------
Resolution: Invalid
Probably is worth a javadoc comment - needs someone to jump in and do it
though. Closing as INVALID.
> 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.