isWhitespace returns true for empty ("") strings.
-------------------------------------------------

                 Key: LANG-451
                 URL: https://issues.apache.org/jira/browse/LANG-451
             Project: Commons Lang
          Issue Type: Bug
    Affects Versions: 2.4
         Environment: windows xp/java 1.5.0.12
            Reporter: Ryan Ovrevik
            Priority: Minor


if (StringUtils.isWhitespace("") == true) {
                        //seems wrong
                }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to