Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-896

BooleanUtils.toBoolean(String str) javadoc is not updated.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.2
    • None
    • None

    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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vafada Mark Bryan Yu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: