Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.3
-
None
-
None
Description
The javadoc description for the BooleanUtils method toBooleanObject(String, String, String, String) states that it returns null if the input string does not match the true, false, or null string values. However, the implementation throws and IllegalArgumentException when the input string does not match the other string values.