You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Marcelo Liberato (JIRA)" <ji...@apache.org> on 2007/04/02 16:40:32 UTC

[jira] Updated: (BEANUTILS-273) Public methods overriden in anonymous or private subclasses are not recognized by PropertyUtils

     [ 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org