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
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.