BeanUtils.setProperty(...) not working for property "xValue"
------------------------------------------------------------
Key: BEANUTILS-307
URL: https://issues.apache.org/jira/browse/BEANUTILS-307
Project: Commons BeanUtils
Issue Type: Bug
Components: Bean / Property Utils
Environment: linux, jdk 1.6, beanutils 1.8 beta
Reporter: Alexander Koppelhuber
settings values for a property that has one lower case character at the
beginning
followed by an upper case character does not work. for example "xValue" or
"zIndex".
The reason (as far as I found out) is as follows:
Introspector.getBeanInfo() gets the property names from the get/set methods.
In Introspector.getTargetPropertyInfo() the following code creates a
PropertyDescriptor:
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.