Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: FEST-Reflect 1.2
-
Fix Version/s: FEST-Reflect 2.0
-
Component/s: Reflect
-
Labels:None
-
Number of attachments :
Description
The following test is failing :
@Test
public void should_get_property_value_defined_in_object_class()
The reason Fest Reflect can't access Object properties is because of stopClass parameter set to Object.class in Invoker.descriptorForProperty method code :
beanInfo = Introspector.getBeanInfo(type, Object.class)
has been fixed in svn revision 1125.