[
https://issues.apache.org/jira/browse/LANG-1592?focusedWorklogId=461446&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-461446
]
ASF GitHub Bot logged work on LANG-1592:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Jul/20 08:06
Start Date: 21/Jul/20 08:06
Worklog Time Spent: 10m
Work Description: coveralls commented on pull request #586:
URL: https://github.com/apache/commons-lang/pull/586#issuecomment-661703674
[](https://coveralls.io/builds/32215139)
Coverage increased (+0.001%) to 94.665% when pulling
**6475c44fe12d93cebd16e63f57739ffccb7b0c41 on aherbert:lang-1592-fix** into
**2957f33b6f63634b5acb9d04a4733d4581e9c7a3 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: 461446)
Time Spent: 20m (was: 10m)
> The random number generated by RandomUtils exceeds the exclusive parameter
> --------------------------------------------------------------------------
>
> Key: LANG-1592
> URL: https://issues.apache.org/jira/browse/LANG-1592
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Affects Versions: 3.11
> Reporter: huang pingcai
> Assignee: Alex Herbert
> Priority: Minor
> Attachments: image-2020-07-21-14-35-27-870.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code:java}
> @Test
> public void test() {
> while (RandomUtils.nextLong(12900000000001L, 12900000000016L) !=
> 12900000000016L) {
> }
> System.out.println("should not be invoked");
> }
> {code}
> !image-2020-07-21-14-35-27-870.png|width=315,height=182!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)