Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
1.2
-
None
-
None
-
any
Description
It would be nice if getVariableValueFromObject() and setVariableValueToObject() would throw an IllegalAccessException instead of a NullPointerException if the field does not exist. The exception should explain the user that the field he is trying to set does not exist int the provided object/class.