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

Marcelo Liberato updated BEANUTILS-273:
---------------------------------------

        Fix Version/s:     (was: 1.8.0)
    Affects Version/s: 1.7.0

updating affects/fix versions

> Public methods overriden in anonymous or private subclasses are not 
> recognized by PropertyUtils
> -----------------------------------------------------------------------------------------------
>
>                 Key: BEANUTILS-273
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-273
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>    Affects Versions: 1.7.0
>            Reporter: Marcelo Liberato
>         Attachments: anonymous-subclass-override-patch.txt
>
>
> When you do something like:
>       TestBean anonymous = new TestBean() {
>                       public String getStringProperty() {
>                               return "foo";
>                       }
>       };
>       PropertyUtils.getProperty(anonymous, "stringProperty");
> PropertyUtils fails as:
> java.lang.NoSuchMethodException: Property 'stringProperty' has no getter 
> method in class 'class org.apache.commons.beanutils.PropertyUtilsTestCase$1'

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to