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

Henri Yandell commented on LANG-384:
------------------------------------

Thanks Tomasz, applied to r606672.

> javadoc is still buggy - the test is testing a different situation
> ------------------------------------------------------------------
>
>                 Key: LANG-384
>                 URL: https://issues.apache.org/jira/browse/LANG-384
>             Project: Commons Lang
>          Issue Type: Sub-task
>    Affects Versions: 2.3
>            Reporter: Tomasz Bartczak
>            Priority: Trivial
>             Fix For: 2.4
>
>
> the test is testing
> assertEquals(StringUtils.removeEnd("www.domain.com.", ".com"), 
> "www.domain.com.");
> while the javadoc shows
> StringUtils.removeEnd("www.domain.com", ".com.")  = "www.domain.com."
> this is the fail for javadoc because 
> StringUtils.removeEnd("www.domain.com", ".com.")  returns "www.domain.com"  ( 
> without a dot )

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

Reply via email to