[
https://issues.apache.org/jira/browse/BEANUTILS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niall Pemberton resolved BEANUTILS-273.
---------------------------------------
Resolution: Fixed
Assignee: Niall Pemberton
Thanks for taking the time to provide a patch and test case - although I
decided to use a slightly different approach - leave the interface checking
alone and provide and additional check through the parent class hierarchy if
all else failed.
> 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
> Assignee: Niall Pemberton
> Fix For: 1.8.0
>
> 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]