You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/15 14:53:00 UTC

[jira] [Work logged] (LANG-1426) JavaDoc issue on StringUtils.truncate

     [ https://issues.apache.org/jira/browse/LANG-1426?focusedWorklogId=312663&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-312663 ]

ASF GitHub Bot logged work on LANG-1426:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Sep/19 14:52
            Start Date: 15/Sep/19 14:52
    Worklog Time Spent: 10m 
      Work Description: mikkomaunu commented on pull request #458: [LANG-1426] Corrected usage examples in Javadocs
URL: https://github.com/apache/commons-lang/pull/458
 
 
   Fixed documentation. No tests added because existings unit tests seam to cover these code examples reasonably well.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 312663)
    Remaining Estimate: 0h
            Time Spent: 10m

> JavaDoc issue on StringUtils.truncate
> -------------------------------------
>
>                 Key: LANG-1426
>                 URL: https://issues.apache.org/jira/browse/LANG-1426
>             Project: Commons Lang
>          Issue Type: Bug
>            Reporter: Jeff
>            Priority: Trivial
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Two of the examples on the method StringUtils.truncate(String, int, int) are incorrect:
>  * StringUtils.truncate("abcdefghijklmno", Integer.MIN_VALUE, 10) = "abcdefghij"
>  * StringUtils.truncate("abcdefghijklmno", Integer.MIN_VALUE, Integer.MAX_VALUE) = "abcdefghijklmno"
> Both of the above actually throw IllegalArgumentException's.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)