Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4
Description
Placeholder for https://github.com/apache/commons-lang/pull/85
As described in it's javadoc, ReflectionToStringBuilder constructor will throw IllegalArgumentException if the Object to build a toStringfor is null, while in fact it won't.