[
https://issues.apache.org/jira/browse/LANG-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Bryan Yu updated LANG-896:
-------------------------------
Description:
the commit in LANG-633 broke how BooleanUtils.toBoolean(String str) works.
apache 2.5 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
was:
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
> 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.5 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