You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kanak Sony (Jira)" <ji...@apache.org> on 2020/12/04 13:18:00 UTC

[jira] [Commented] (LANG-1622) Javadoc of some methods incorrectly refers to another method

    [ https://issues.apache.org/jira/browse/LANG-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243997#comment-17243997 ] 

Kanak Sony commented on LANG-1622:
----------------------------------

One more function is referred incorrectly in BooleanUtils i.e. toBooleanObject(final Integer value). I have corrected it. Please review.

> Javadoc of some methods incorrectly refers to another method
> ------------------------------------------------------------
>
>                 Key: LANG-1622
>                 URL: https://issues.apache.org/jira/browse/LANG-1622
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.*
>    Affects Versions: 3.11
>            Reporter: Ludek
>            Priority: Trivial
>              Labels: StringUtils
>             Fix For: 3.12
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> two examples in javadoc of StringUtils.isNumericSpace incorrectly refer to {color:#172b4d}isNumeric{color}
>  
> {color:#808080}* StringUtils.isNumeric("\u0967\u0968\u0969") = true{color}{color:#808080}* StringUtils.isNumeric("\u0967\u0968 \u0969") = true{color}
> {color:#ff00dc} {color}
> {color:#172b4d}and same for BooleanUtils.toBoolean{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)