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

[jira] [Updated] (LANG-1622) javadoc of some method incorrectly refers to another method

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

Ludek updated LANG-1622:
------------------------
    Description: 
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}

  was:
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}

        Summary: javadoc of some method incorrectly refers to another method  (was: javadoc of isNumericSpace incorrectly refers to isNumeric method)

> javadoc of some method 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
>
> 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)