rosti-il commented on a change in pull request #392: LANG-1410: eliminate one 
unnecessary local int variable and add more tests
URL: https://github.com/apache/commons-lang/pull/392#discussion_r243349505
 
 

 ##########
 File path: src/main/java/org/apache/commons/lang3/StringUtils.java
 ##########
 @@ -338,15 +338,17 @@ public static boolean isAllEmpty(final CharSequence... 
css) {
      * @since 3.0 Changed signature from isBlank(String) to 
isBlank(CharSequence)
      */
     public static boolean isBlank(final CharSequence cs) {
-        int strLen;
 
 Review comment:
   So what name do you think is better in this case? `index`, `idx` or 
something else?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to