[ 
https://issues.apache.org/jira/browse/LANG-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623640#comment-16623640
 ] 

ASF GitHub Bot commented on LANG-1421:
--------------------------------------

GitHub user sparsick opened a pull request:

    https://github.com/apache/commons-lang/pull/357

    Proposal for LANG-1421

    - replace test annotation and assertions in ObjectUtilsTest with junit5 
    - implementation of `allNull` and `anyNull`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sparsick/commons-lang 1421-anyNull

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/357.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #357
    
----
commit 3c133c202cc457318f2992ef4d7c5a316d0a017c
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:09:46Z

    move test to junit 5
    
    Co-authored-by: Georg Berky <[email protected]>

commit 38152d9a52d3f62a317ee5ffd1e5fce3cf50bc6e
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:25:25Z

    LANG-1421: add method anyNull to ObjectUtils
    
    Co-authored-by: Georg Berky <[email protected]>

commit 8e51c8c4e5435e6efaa9f8447e2cf6987b5c4f8a
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:30:54Z

    LANG-1421: add javadoc for anyNull in ObjectUtils
    
    Co-authored-by: Georg Berky <[email protected]>

commit c0c6d7d2fef49a5b8d3b490aa666fa196ff11733
Author: sparsick <sparsick@...>
Date:   2018-09-21T13:42:53Z

    LANG-1421: add allNull in ObjectUtils with javadoc
    
    Co-authored-by: Georg Berky <[email protected]>

----


> Add anyNull(Object ...) to ObjectUtils
> --------------------------------------
>
>                 Key: LANG-1421
>                 URL: https://issues.apache.org/jira/browse/LANG-1421
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 3.8
>            Reporter: Sandra Parsick
>            Priority: Minor
>
> We looked for 
> {code:java}
> ObjectUtils.anyNull(Object ...)
> {code}
> We found LANG-781 but when we look in the Pull Request, we found methods like 
> anyNotNull and allNotNull. 
> We would still like to add anyNull and allNull as opposite of these.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to