[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-12 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/194 Likewise @wangdongxun :-) are you albe to close this pull request? Otherwise I believe there is some integration in our infrastructure to let us close it. Please do not hesitate to submi

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-11 Thread wangdongxun
Github user wangdongxun commented on the issue: https://github.com/apache/commons-lang/pull/194 Thank you for your reply @kinow @PascalSchumacher @britter I feel very honore to receive your reply. I completely agree with @PascalSchumacher . You are right! --- If your proje

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-07 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/194 Thanks for your contribution @wangdongxun ! >The method would be very confusing, as the String "null" is not all bank. Agree with @PascalSchumacher . Adding this could indeed be v

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/194 Thanks for the pull request. The method body can be shortened to `StringUtils.isBlank(cs) || StringUtils.equalsIgnoreCase(cs, "null")`. The method would be very confus

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-10-02 Thread britter
Github user britter commented on the issue: https://github.com/apache/commons-lang/pull/194 @wangdongxun thanks for this PR, but I don't see this as a feature in `StringUtils`. Can you elaborate some more what use case you have for this? --- If your project is set up for it, you can

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-09-29 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/194 [![Coverage Status](https://coveralls.io/builds/8114697/badge)](https://coveralls.io/builds/8114697) Coverage decreased (-0.04%) to 93.498% when pulling **47d430dd95fb988c9a0ce3

[GitHub] commons-lang issue #194: add isAllBlank,isNotAllBlank method for String "nul...

2016-09-29 Thread wangdongxun
Github user wangdongxun commented on the issue: https://github.com/apache/commons-lang/pull/194 if("null".equals(lowerCase("Null"))){ return true; } --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y