[
https://issues.apache.org/jira/browse/LANG-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jack Tan updated LANG-1132:
---------------------------
Description:
Placeholder for https://github.com/apache/commons-lang/pull/85
{quote}
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.
{quote}
was:
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.
> 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
> Labels: github, github-pullrequest
>
> Placeholder for https://github.com/apache/commons-lang/pull/85
> {quote}
> 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.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)