You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dominik Stadler (JIRA)" <ji...@apache.org> on 2016/08/18 08:29:20 UTC

[jira] [Created] (LANG-1259) JavaDoc for ArrayUtils.isNotEmpty() is slightly misleading

Dominik Stadler created LANG-1259:
-------------------------------------

             Summary: JavaDoc for ArrayUtils.isNotEmpty() is slightly misleading
                 Key: LANG-1259
                 URL: https://issues.apache.org/jira/browse/LANG-1259
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Dominik Stadler
            Priority: Minor


JavaDoc states "if the array is not empty or not {@code null}", however actually it is "if the array is not empty and not {@code null}", i.e. "and" instead of "or". Looks like a small copy/paste error from "isEmpty()"

Attached patch fixes all the instances.



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