You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2011/07/02 04:55:29 UTC

[jira] [Updated] (LANG-700) Fix Javadoc for StringUtils.normalizeSpace

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

Henri Yandell updated LANG-700:
-------------------------------

    Fix Version/s: 2.x

> Fix Javadoc for StringUtils.normalizeSpace
> ------------------------------------------
>
>                 Key: LANG-700
>                 URL: https://issues.apache.org/jira/browse/LANG-700
>             Project: Commons Lang
>          Issue Type: Task
>          Components: lang.*
>    Affects Versions: 2.6
>            Reporter: Eric Fenderbosch
>            Priority: Trivial
>             Fix For: 2.x
>
>
> The Javadocs for StringUtils.normalizeSpace state:
> "The function returns the argument string with whitespace normalized by using trim(String) to remove leading and trailing whitespace and then replacing sequences of whitespace characters by a single space."
> Looking at the source code StringUtils.normalizeSpace actually uses strip, not trim. The difference is subtle, but should be corrected.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira