You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/09/05 11:42:33 UTC

[jira] Updated: (BEANUTILS-293) LazyDynaMap.getDynaProperties() bug

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

Henri Yandell updated BEANUTILS-293:
------------------------------------

    Attachment: BEANUTILS-293-test.patch

Doesn't seem like it should be correct. Attaching a patch with your example in the form of a unit test.

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