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

BooleanUtils javadoc issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.1, 3.5
    • 3.6
    • None

    Description

      1. Every instance of NOTE: This returns null and will throw a NullPointerException if autoboxed to a boolean. needs to be fixed, for example: https://github.com/apache/commons-lang/blob/LANG_3_5/src/main/java/org/apache/commons/lang3/BooleanUtils.java#L51

      autoboxed -> unboxed

      reference: https://docs.oracle.com/javase/tutorial/java/data/autoboxing.html

      2. https://github.com/apache/commons-lang/blob/LANG_3_5/src/main/java/org/apache/commons/lang3/BooleanUtils.java#L1025

      The examples are duplicated: lines 1029~1031 are identical to lines 1026~1028.

      Attachments

        Activity

          People

            pascalschumacher Pascal Schumacher
            dukeyin Duke Yin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: