DynaBean variables are evaluated before member variables.
---------------------------------------------------------
Key: BEANUTILS-311
URL: https://issues.apache.org/jira/browse/BEANUTILS-311
Project: Commons BeanUtils
Issue Type: Bug
Components: Bean / Property Utils
Affects Versions: 1.8.0-BETA
Reporter: Ivan Popov
Hi,
I have a class that is a DynaBean (extends LazyDynaBean) and that has some
member variables, in addition to those of the DynaBean.
It seems as if dynaBean variables are evaluated first, and as the property to
evaluate is a member variable and not a dynaBean one,
it returns a NestedNullException.
Regards.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.