You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mark Bryan Yu (JIRA)" <ji...@apache.org> on 2013/05/29 23:42:19 UTC

[jira] [Created] (LANG-896) BooleanUtils.toBoolean(String str) javadoc is not updated.

Mark Bryan Yu created LANG-896:
----------------------------------

             Summary: BooleanUtils.toBoolean(String str) javadoc is not updated.
                 Key: LANG-896
                 URL: https://issues.apache.org/jira/browse/LANG-896
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Mark Bryan Yu


the commit in LANG-633 broke how BooleanUtils.toBoolean(String str) works.

apache 2.4 and below BooleanUtils.toBoolean("Y") = false

apache 2.6 and above BooleanUtils.toBoolean("Y") = true 

the javadocs needs to be updated on how parsing a string works.

github pull request:

https://github.com/apache/commons-lang/pull/6

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira