[jira] [Resolved] (RNG-60) Random seeds in "ProvidersList" (unit tests)

2018-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved RNG-60. --- Resolution: Done Commit 0fdcd9007c708aa48f1989cb2211ea56c1fcd702 ("master" branch). Please have a look. > Random seeds

[jira] [Commented] (RNG-57) CachedUniformRandomProvider for nextBoolean() and nextInt()

2018-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688914#comment-16688914 ] Gilles commented on RNG-57: --- bq. Is there a guide for how to run DieHarder There is a {{RandomStressTester}} Java

[jira] [Created] (RNG-60) Random seeds in "ProvidersList" (unit tests)

2018-11-15 Thread Gilles (JIRA)
Gilles created RNG-60: - Summary: Random seeds in "ProvidersList" (unit tests) Key: RNG-60 URL: https://issues.apache.org/jira/browse/RNG-60 Project: Commons RNG Issue Type: Task Components:

[GitHub] commons-lang pull request #362: Add a check to StringUtils.repeat() for larg...

2018-11-15 Thread Turan91
Github user Turan91 commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/362#discussion_r234053572 --- Diff: src/test/java/org/apache/commons/lang3/StringUtilsTest.java --- @@ -1592,6 +1592,12 @@ public void testRepeat_StringInt() {

[jira] [Updated] (LANG-1407) Duration Utils - Rounding Duration

2018-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/LANG-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksander Ściborek updated LANG-1407: -- Component/s: (was: lang.time.*) > Duration Utils - Rounding Duration >

[jira] [Created] (LANG-1424) Wrappers for java.util.function which throw an exception

2018-11-15 Thread JIRA
Aleksander Ściborek created LANG-1424: - Summary: Wrappers for java.util.function which throw an exception Key: LANG-1424 URL: https://issues.apache.org/jira/browse/LANG-1424 Project: Commons Lang

[GitHub] commons-lang issue #382: Proposal: Duration Utils - round value of the durat...

2018-11-15 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/382 [![Coverage Status](https://coveralls.io/builds/20134943/badge)](https://coveralls.io/builds/20134943) Coverage increased (+0.006%) to 95.239% when pulling

[jira] [Commented] (RNG-57) CachedUniformRandomProvider for nextBoolean() and nextInt()

2018-11-15 Thread Alex D Herbert (JIRA)
[ https://issues.apache.org/jira/browse/RNG-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688792#comment-16688792 ] Alex D Herbert commented on RNG-57: --- A post to the commons developers list mentioned a release for v1.2

[GitHub] commons-lang pull request #382: Proposal: Duration Utils - round value of th...

2018-11-15 Thread asciborek
GitHub user asciborek opened a pull request: https://github.com/apache/commons-lang/pull/382 Proposal: Duration Utils - round value of the duration in a given unit For instance, in case of duration equals 90 minuts, the method roundHoursQuantity should return 2 (hours), and in

[GitHub] commons-lang pull request #377: LANG_1407 add DurationUtils

2018-11-15 Thread asciborek
Github user asciborek closed the pull request at: https://github.com/apache/commons-lang/pull/377 ---

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688565#comment-16688565 ] ASF GitHub Bot commented on LANG-1406: -- Github user coveralls commented on the issue:

[GitHub] commons-lang issue #381: LANG-1406 StringIndexOutOfBoundsException in String...

2018-11-15 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/381 [![Coverage Status](https://coveralls.io/builds/20129896/badge)](https://coveralls.io/builds/20129896) Coverage increased (+0.002%) to 95.235% when pulling

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688560#comment-16688560 ] ASF GitHub Bot commented on LANG-1406: -- Github user drajakumar commented on the issue:

[GitHub] commons-lang issue #381: LANG-1406 StringIndexOutOfBoundsException in String...

2018-11-15 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-lang/pull/381 @kinow can you kindly review and comment whether this fix holds good, thank you! ---

[GitHub] commons-lang pull request #381: LANG-1406 StringIndexOutOfBoundsException in...

2018-11-15 Thread drajakumar
GitHub user drajakumar opened a pull request: https://github.com/apache/commons-lang/pull/381 LANG-1406 StringIndexOutOfBoundsException in StringUtils.replaceIgnor… …eCase You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (LANG-1406) StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase

2018-11-15 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688552#comment-16688552 ] ASF GitHub Bot commented on LANG-1406: -- GitHub user drajakumar opened a pull request:

[jira] [Commented] (CONFIGURATION-731) Allow user to specify the comments & separator chars

2018-11-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688537#comment-16688537 ] Gary Gregory commented on CONFIGURATION-731: [~HCOONa], Thank you for your patch.

[jira] [Resolved] (RNG-52) PoissonSampler allows mean above Integer.MAX_VALUE

2018-11-15 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/RNG-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved RNG-52. --- Resolution: Fixed Conservative limit set in commit 8c927dc65dc5d86daa16304a83b033b25c43fd28 ("master" branch). >

[jira] [Resolved] (CONFIGURATION-732) Fix CI build break after upgraded from Java 7 to 8

2018-11-15 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CONFIGURATION-732. Resolution: Fixed Fix Version/s: 2.5 Fixed in SVN trunk. > Fix CI

[jira] [Created] (CONFIGURATION-732) Fix CI build break after upgraded from Java 7 to 8

2018-11-15 Thread Shuai Zhang (JIRA)
Shuai Zhang created CONFIGURATION-732: - Summary: Fix CI build break after upgraded from Java 7 to 8 Key: CONFIGURATION-732 URL: https://issues.apache.org/jira/browse/CONFIGURATION-732 Project:

[jira] [Updated] (CONFIGURATION-731) Allow user to specify the comments & separator chars

2018-11-15 Thread Shuai Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuai Zhang updated CONFIGURATION-731: -- Attachment: CONFIGURATION-731.001.patch > Allow user to specify the comments &

[jira] [Created] (CONFIGURATION-731) Allow user to specify the comments & separator chars

2018-11-15 Thread Shuai Zhang (JIRA)
Shuai Zhang created CONFIGURATION-731: - Summary: Allow user to specify the comments & separator chars Key: CONFIGURATION-731 URL: https://issues.apache.org/jira/browse/CONFIGURATION-731 Project: