You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/10/21 19:08:58 UTC

[jira] [Resolved] (LANG-1278) BooleanUtils javadoc issues

     [ https://issues.apache.org/jira/browse/LANG-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pascal Schumacher resolved LANG-1278.
-------------------------------------
       Resolution: Fixed
         Assignee: Pascal Schumacher
    Fix Version/s: 3.6

Fixed. Thanks for reporting!

> BooleanUtils javadoc issues
> ---------------------------
>
>                 Key: LANG-1278
>                 URL: https://issues.apache.org/jira/browse/LANG-1278
>             Project: Commons Lang
>          Issue Type: Bug
>    Affects Versions: 3.1, 3.5
>            Reporter: Duke Yin
>            Assignee: Pascal Schumacher
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 3.6
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)