[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-25 Thread sparsick
Github user sparsick commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/357#discussion_r220118024 --- Diff: src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java --- @@ -148,11 +153,27 @@ public void testAnyNotNull() {

[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-25 Thread aaabramov
Github user aaabramov commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/357#discussion_r220096594 --- Diff: src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java --- @@ -148,11 +153,27 @@ public void testAnyNotNull() {

[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-22 Thread sparsick
Github user sparsick commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/357#discussion_r219674807 --- Diff: src/main/java/org/apache/commons/lang3/ObjectUtils.java --- @@ -236,6 +236,39 @@ public static boolean anyNotNull(final Object... values) {

[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-21 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/357#discussion_r219537218 --- Diff: src/main/java/org/apache/commons/lang3/ObjectUtils.java --- @@ -236,6 +236,39 @@ public static boolean anyNotNull(final Object...

[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-21 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/357#discussion_r219536392 --- Diff: src/main/java/org/apache/commons/lang3/ObjectUtils.java --- @@ -236,6 +236,39 @@ public static boolean anyNotNull(final Object...

[GitHub] commons-lang pull request #357: Proposal for LANG-1421

2018-09-21 Thread sparsick
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