-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
P4
-
None
-
Affects Version/s: 8
-
Component/s: client-libs
-
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