Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: FEST-Reflect 1.2
-
Component/s: Reflect
-
Labels:None
-
Number of attachments :
Description
FEST-Reflect throws exceptions when a field, method, constructor or property is not found. In the case of static inner classes, it simply returns null if a static inner class was not found. In this case, an exception should be thrown, to keep API consistency and avoid NPEs in client code.