You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/01/15 04:28:54 UTC

[jira] Resolved: (LANG-581) Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()

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

Sebb resolved LANG-581.
-----------------------

    Resolution: Fixed

Fixed the Javadoc examples:

URL: http://svn.apache.org/viewvc?rev=899242&view=rev
Log:
LANG-581 - Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()
Add some case-insensitive examples

URL: http://svn.apache.org/viewvc?rev=899231&view=rev
Log:
LANG-581 - Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()

> Javadoc bug in org.apache.commons.lang.StringUtils.removeEndIgnoreCase()
> ------------------------------------------------------------------------
>
>                 Key: LANG-581
>                 URL: https://issues.apache.org/jira/browse/LANG-581
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 2.4, 3.0
>         Environment: Online document
>            Reporter: wangcee
>            Assignee: Sebb
>            Priority: Trivial
>             Fix For: 3.0
>
>
> the org.apache.commons.lang.StringUtils online document 
> http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringUtils.html#removeEndIgnoreCase%28java.lang.String,%20java.lang.String%29
> at removeEndIgnoreCase()  description, there is one line 
> StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."
> it should be 
> StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.