Jack Tan created LANG-1132:
------------------------------
Summary: ReflectionToStringBuilder doesn't throw
IllegalArgumentException when the constructor's object param is null
Key: LANG-1132
URL: https://issues.apache.org/jira/browse/LANG-1132
Project: Commons Lang
Issue Type: Bug
Components: lang.builder.*
Affects Versions: 3.4
Reporter: Jack Tan
Placeholder for https://github.com/apache/commons-lang/pull/85
> As described in it's
> [javadoc](http://commons.apache.org/proper/commons-lang/javadocs/api-release/org/apache/commons/lang3/builder/ReflectionToStringBuilder.html#ReflectionToStringBuilder(java.lang.Object)),
> ReflectionToStringBuilder constructor will throw IllegalArgumentException if
> the Object to build a toStringfor is null, while in fact it won't.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)