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

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

                Author: ASF GitHub Bot
            Created on: 19/Dec/20 15:29
            Start Date: 19/Dec/20 15:29
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on pull request #677:
URL: https://github.com/apache/commons-lang/pull/677#issuecomment-748488490


   
   [![Coverage 
Status](https://coveralls.io/builds/35838292/badge)](https://coveralls.io/builds/35838292)
   
   Coverage remained the same at 95.016% when pulling 
**b73f25baaef7aacf08f4c38fb96e7be282e90b89 on 
aviProgrammer:LANG-1628-RandomStringUtils.random()-JavaDoc-Correction** into 
**55570e8ef7fe5eedc91d0eaa81f306401fafd5c3 on apache:master**.
   


----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 526298)
    Time Spent: 0.5h  (was: 20m)

> Javadoc for RandomStringUtils.random() letters, numbers parameters is wrong
> ---------------------------------------------------------------------------
>
>                 Key: LANG-1628
>                 URL: https://issues.apache.org/jira/browse/LANG-1628
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.11
>            Reporter: Jarkko Rantavuori
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> For two of the random() methods, these:
> public static String random(int count, int start, int end, boolean letters, 
> boolean numbers, char... chars)
> public static String random(int count, int start, int end, boolean letters, 
> boolean numbers, char[] chars, Random random)
> the javadoc for letters, numbers parameters is
> {{letters}} - only allow letters?
> {{numbers}} - only allow numbers?
> when it should be like in other random() methods:
> {{letters}} - if {{true}}, generated string may include alphabetic characters
> {{numbers}} - if {{true}}, generated string may include numeric characters



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to