[GitHub] commons-lang pull request: LANG-781 Added methods to ObjectUtils c...

2016-05-26 Thread vanta
Github user vanta commented on the pull request: https://github.com/apache/commons-lang/pull/108#issuecomment-221998592 @PascalSchumacher Nothing to sorry for :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] commons-lang pull request: LANG-781 Added methods to ObjectUtils c...

2016-05-17 Thread vanta
Github user vanta commented on the pull request: https://github.com/apache/commons-lang/pull/108#issuecomment-219846549 @garydgregory How bout `firstNonNull` method that exists since 2009 and uses for-each loop to iterate over array? --- If your project is set up for it, you can

[GitHub] commons-lang pull request: LANG-781 Added methods to ObjectUtils c...

2016-04-14 Thread vanta
Github user vanta commented on the pull request: https://github.com/apache/commons-lang/pull/108#issuecomment-210151159 Thank you for response. I will apply changes you mentioned. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] commons-lang pull request: LANG-781 Added methods to ObjectUtils c...

2015-11-23 Thread vanta
Github user vanta commented on the pull request: https://github.com/apache/commons-lang/pull/108#issuecomment-159023629 Any update on this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] commons-lang pull request: LANG-781 Added methods to ObjectUtils c...

2015-08-21 Thread vanta
GitHub user vanta opened a pull request: https://github.com/apache/commons-lang/pull/108 LANG-781 Added methods to ObjectUtils class to check for null element… I've created this pull request to refresh the issue LANG-781 as I faced a lack of methods to check nulls in array.