Re: Please review CSR : JDK-8200437 String#isBlank

2018-04-25 Thread Andrej Golovnin
Hi Jim, please add also the #isNotBlank() method. I know the one can write !str.isBlank(), but str.isNotBlank() is better from the readability standpoint of view. Also I think the new methods: #isBlank() #isNotBlank() // if you add it. #lines() and the old one String#isEmpty() should be

Please review CSR : JDK-8200437 String#isBlank

2018-04-25 Thread Jim Laskey
Please review and mark as reviewed https://bugs.openjdk.java.net/browse/JDK-8200437