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

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

                Author: ASF GitHub Bot
            Created on: 22/Jul/20 21:30
            Start Date: 22/Jul/20 21:30
    Worklog Time Spent: 10m 
      Work Description: coveralls edited a comment on pull request #586:
URL: https://github.com/apache/commons-lang/pull/586#issuecomment-661703674


   
   [![Coverage 
Status](https://coveralls.io/builds/32261050/badge)](https://coveralls.io/builds/32261050)
   
   Coverage increased (+0.001%) to 94.665% when pulling 
**ba7505d9a91be02088e1309f172f3dc55823c9c0 on aherbert:lang-1592-fix** into 
**4e9460413a01846265831129eae856cb75ba9edb 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: 462267)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  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)

Reply via email to