[
https://issues.apache.org/jira/browse/LANG-1628?focusedWorklogId=526355&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-526355
]
ASF GitHub Bot logged work on LANG-1628:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Dec/20 19:47
Start Date: 19/Dec/20 19:47
Worklog Time Spent: 10m
Work Description: kinow closed pull request #677:
URL: https://github.com/apache/commons-lang/pull/677
----------------------------------------------------------------
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: 526355)
Time Spent: 40m (was: 0.5h)
> 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
> Assignee: Bruno P. Kinoshita
> Priority: Minor
> Fix For: 3.12
>
> Time Spent: 40m
> 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)