You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/05/19 17:40:12 UTC

[jira] [Created] (LANG-1232) DiffBuilder: Add null check on fieldName when appending Object or Object[]

Pascal Schumacher created LANG-1232:
---------------------------------------

             Summary: DiffBuilder: Add null check on fieldName when appending Object or Object[]
                 Key: LANG-1232
                 URL: https://issues.apache.org/jira/browse/LANG-1232
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.builder.*
    Affects Versions: 3.4
            Reporter: Pascal Schumacher


The other append methods throw an IllegalArgumentException if fieldName is null. So, append(Object) and append(Object[]) should also do this.

source: [https://github.com/apache/commons-lang/pull/121]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)