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

Richard O'Sullivan updated BEANUTILS-357:
-----------------------------------------

    Attachment: AbstractTestBean.java

The AbstractTestBean class declares abstract methods for the bean properties in 
TestBean. Modify TestBean to extend AbstractTestBean and run 
PropertyUtilsTestCase to detect failures.

> PropertyUtilsTestCase.testGetReadMethod* fail for abstract properties.
> ----------------------------------------------------------------------
>
>                 Key: BEANUTILS-357
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-357
>             Project: Commons BeanUtils
>          Issue Type: Bug
>          Components: Bean / Property Utils
>         Environment: Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
> Linux 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux
>            Reporter: Richard O'Sullivan
>         Attachments: AbstractTestBean.java
>
>
> Create org.apache.commons.beanutils.AbstractTestBean with abstract methods 
> for properties in TestBean and change TestBean to extend AbstractTestBean. 
> Run PropertyUtilsTestCase, the testGetReadMethod* methods fail because 
> "Correct declaring class for X expected:<...Abstract...> but was:<......>".

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

Reply via email to