You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Jack Tan (JIRA)" <ji...@apache.org> on 2015/05/06 05:38:45 UTC

[jira] [Updated] (LANG-1132) ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null

     [ 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)