-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
8
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The java.beans.PropertyDescriptor.getName() works incorrectly when the field's name be like 'uId' while using java. beans. Introspector.getBeanInfo(Class<?> beanClass) to get bean's information.The result 'uId' is expected, but it comes 'UId' in reality.
FREQUENCY : always
The java.beans.PropertyDescriptor.getName() works incorrectly when the field's name be like 'uId' while using java. beans. Introspector.getBeanInfo(Class<?> beanClass) to get bean's information.The result 'uId' is expected, but it comes 'UId' in reality.
FREQUENCY : always