[jira] [Commented] (MATH-1531) EmpiricalDistribution.inverseCumulativeProbability throws OutOfRangeException incorrectly

2020-04-26 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/MATH-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093031#comment-17093031 ] Gilles Sadowski commented on MATH-1531: --- Thanks for the report. Workaround has been

[jira] [Closed] (COLLECTIONS-757) Update Javadoc in BidiMap classes

2020-04-26 Thread Chen Guoping (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Guoping closed COLLECTIONS-757. > Update Javadoc in BidiMap classes > - > >

[GitHub] [commons-io] garydgregory commented on pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
garydgregory commented on pull request #91: URL: https://github.com/apache/commons-io/pull/91#issuecomment-619645131 Hi @robtimus The PR is messed up now, it looks like you did a merge instead of a rebase. Please fix. This i

[jira] [Resolved] (JCS-193) [JCACHE] How to configure caches used by interceptors (i.e. CacheResultInterceptor) related to JCache annotations

2020-04-26 Thread Thomas Vandahl (Jira)
[ https://issues.apache.org/jira/browse/JCS-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved JCS-193. Resolution: Auto Closed The PR was auto-closed because trunk was deleted; please re-open against maste

[GitHub] [commons-io] coveralls edited a comment on pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
coveralls edited a comment on pull request #91: URL: https://github.com/apache/commons-io/pull/91#issuecomment-520160096 [![Coverage Status](https://coveralls.io/builds/30352801/badge)](https://coveralls.io/builds/30352801) Coverage increased (+0.09%) to 89.716% when pulling **4

[GitHub] [commons-io] robtimus commented on a change in pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
robtimus commented on a change in pull request #91: URL: https://github.com/apache/commons-io/pull/91#discussion_r415379918 ## File path: src/main/java/org/apache/commons/io/input/CharSequenceReader.java ## @@ -37,22 +37,107 @@ private int idx; private int mark; +

[GitHub] [commons-io] robtimus commented on a change in pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
robtimus commented on a change in pull request #91: URL: https://github.com/apache/commons-io/pull/91#discussion_r415379595 ## File path: src/main/java/org/apache/commons/io/input/CharSequenceReader.java ## @@ -37,22 +37,107 @@ private int idx; private int mark; +

[GitHub] [commons-io] robtimus commented on a change in pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
robtimus commented on a change in pull request #91: URL: https://github.com/apache/commons-io/pull/91#discussion_r415379568 ## File path: src/main/java/org/apache/commons/io/input/CharSequenceReader.java ## @@ -37,22 +37,107 @@ private int idx; private int mark; +

[jira] [Comment Edited] (IMAGING-257) Investigate speed improvements to LZW decompression

2020-04-26 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092828#comment-17092828 ] Michael Osipov edited comment on IMAGING-257 at 4/26/20, 7:10 PM:

[GitHub] [commons-codec] garydgregory commented on pull request #46: Base16 Input and Output Streams

2020-04-26 Thread GitBox
garydgregory commented on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619607370 Why not follow https://tools.ietf.org/html/rfc4648 ? This is an automated message from the Apache Git Ser

[jira] [Commented] (IMAGING-257) Investigate speed improvements to LZW decompression

2020-04-26 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092828#comment-17092828 ] Gary Lucas commented on IMAGING-257: Working on it.  Got a few other issues in the q

[GitHub] [commons-crypto] coveralls commented on pull request #99: JaCoCo Increase for Streams

2020-04-26 Thread GitBox
coveralls commented on pull request #99: URL: https://github.com/apache/commons-crypto/pull/99#issuecomment-619587463 [![Coverage Status](https://coveralls.io/builds/30350867/badge)](https://coveralls.io/builds/30350867) Coverage increased (+6.2%) to 83.114% when pulling **b1e5c

[GitHub] [commons-crypto] aremily opened a new pull request #99: JaCoCo Increase for Streams

2020-04-26 Thread GitBox
aremily opened a new pull request #99: URL: https://github.com/apache/commons-crypto/pull/99 Increases the stream package code coverage to 90% and the overall project coverage to 80%. This is an automated message from the Ap

[GitHub] [commons-codec] adamretter edited a comment on pull request #46: Base16 Input and Output Streams

2020-04-26 Thread GitBox
adamretter edited a comment on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619578596 @garydgregory I am not sure... Whilst I am happy to refactor to use a decode table, I don't agree with the other arguments for additional requirements to make

[GitHub] [commons-codec] adamretter edited a comment on pull request #46: Base16 Input and Output Streams

2020-04-26 Thread GitBox
adamretter edited a comment on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619578596 @garydgregory I am not sure... Whilst I am happy to refactor to use a decode table, I don't agree with the other arguments for additional requirements to make

[GitHub] [commons-codec] adamretter commented on pull request #46: Base16 Input and Output Streams

2020-04-26 Thread GitBox
adamretter commented on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619578596 @garydgregory I am not sure... Whilst I am happy to refactor to use a decode table, I don't agree with the arguments to make it support Base64 like behaviour. The pub

[GitHub] [commons-codec] garydgregory commented on pull request #46: Base16 Input and Output Streams

2020-04-26 Thread GitBox
garydgregory commented on pull request #46: URL: https://github.com/apache/commons-codec/pull/46#issuecomment-619573010 Where are we on this? This is an automated message from the Apache Git Service. To respond to the message

[jira] [Created] (MATH-1531) EmpiricalDistribution.inverseCumulativeProbability throws OutOfRangeException incorrectly

2020-04-26 Thread Andrzej Stasiak (Jira)
Andrzej Stasiak created MATH-1531: - Summary: EmpiricalDistribution.inverseCumulativeProbability throws OutOfRangeException incorrectly Key: MATH-1531 URL: https://issues.apache.org/jira/browse/MATH-1531

[GitHub] [commons-io] garydgregory commented on a change in pull request #91: Support sub sequences in CharSequenceReader

2020-04-26 Thread GitBox
garydgregory commented on a change in pull request #91: URL: https://github.com/apache/commons-io/pull/91#discussion_r415337219 ## File path: src/main/java/org/apache/commons/io/input/CharSequenceReader.java ## @@ -37,22 +37,107 @@ private int idx; private int mark;

[GitHub] [commons-io] garydgregory commented on pull request #102: Improvement of FileUtils test coverage

2020-04-26 Thread GitBox
garydgregory commented on pull request #102: URL: https://github.com/apache/commons-io/pull/102#issuecomment-619571117 -1: @Kled9 The way to test assertions in JUnit 5 is with `assertThrows` This is an automated message from

[jira] [Work logged] (IO-657) Update to Jacoco v0.8.5

2020-04-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-657?focusedWorklogId=427362&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-427362 ] ASF GitHub Bot logged work on IO-657: - Author: ASF GitHub Bot Cre

[jira] [Work logged] (IO-656) Upgrade to JUnit v5.6.0

2020-04-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-656?focusedWorklogId=427363&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-427363 ] ASF GitHub Bot logged work on IO-656: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on pull request #104: IO-656 update to junit v5.6.0

2020-04-26 Thread GitBox
garydgregory commented on pull request #104: URL: https://github.com/apache/commons-io/pull/104#issuecomment-619570565 JUnit is at version 5.6.2 in master. This is an automated message from the Apache Git Service. To resp

[GitHub] [commons-io] garydgregory commented on pull request #105: IO-657 update to jacoco v0.8.5

2020-04-26 Thread GitBox
garydgregory commented on pull request #105: URL: https://github.com/apache/commons-io/pull/105#issuecomment-619570401 Git master is already on this version. This is an automated message from the Apache Git Service. To respon

[jira] [Work logged] (IO-655) Upgrade Hamcrest v2.2

2020-04-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-655?focusedWorklogId=427361&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-427361 ] ASF GitHub Bot logged work on IO-655: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on pull request #106: IO-655 add hamcrest v2.2

2020-04-26 Thread GitBox
garydgregory commented on pull request #106: URL: https://github.com/apache/commons-io/pull/106#issuecomment-619570321 Not sure this is relevant now that we are on JUnit 5 and nothing depends on Hamcrest directly. This is a

[jira] [Work logged] (IO-658) Upgrade to JUnit Pioneer v0.5.4

2020-04-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-658?focusedWorklogId=427360&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-427360 ] ASF GitHub Bot logged work on IO-658: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on pull request #107: IO-658 Upgrade to JUnit Pioneer v0.5.4

2020-04-26 Thread GitBox
garydgregory commented on pull request #107: URL: https://github.com/apache/commons-io/pull/107#issuecomment-619570027 No longer applicable as the version in master is now 0.5.6. This is an automated message from the Apache G

[jira] [Work logged] (IO-649) IOUtils contentEquals method performance improvements

2020-04-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/IO-649?focusedWorklogId=427358&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-427358 ] ASF GitHub Bot logged work on IO-649: - Author: ASF GitHub Bot Cre

[GitHub] [commons-io] garydgregory commented on pull request #101: IO-649 - Improve the performance of the contentEquals() methods.

2020-04-26 Thread GitBox
garydgregory commented on pull request #101: URL: https://github.com/apache/commons-io/pull/101#issuecomment-619567420 @brettlounsbury May you please rebase on master? This is an automated message from the Apache Git Service.

[jira] [Resolved] (COLLECTIONS-757) Update Javadoc in BidiMap classes

2020-04-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved COLLECTIONS-757. - Resolution: Fixed > Update Javadoc in BidiMap classes >

[jira] [Updated] (COLLECTIONS-757) Update Javadoc in BidiMap classes

2020-04-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated COLLECTIONS-757: Summary: Update Javadoc in BidiMap classes (was: Some bugs need to fix with J

[GitHub] [commons-collections] dota17 commented on a change in pull request #126: Improve MapUtils with the null checks, add JUnit for it and add Javadoc for the parameter indent.

2020-04-26 Thread GitBox
dota17 commented on a change in pull request #126: URL: https://github.com/apache/commons-collections/pull/126#discussion_r415291561 ## File path: src/test/java/org/apache/commons/collections4/MapUtilsTest.java ## @@ -146,19 +147,36 @@ public void testInvertMap() { fi