Description
The javadoc for StringUtils.removeEnd(String, String) lists a number of examples, one of which is wrong:
StringUtils.removeEnd("www.domain.com", ".com.") = "www,domain"
The actual result of this is just "www.domain.com"
Attachments
1.
|
javadoc is still buggy - the test is testing a different situation | Closed | Unassigned |