[jira] [Commented] (COMPRESS-510) Multiple retrievals of InputStream for same SevenZFile entry fails

2020-04-19 Thread Robin Schimpf (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087411#comment-17087411 ] Robin Schimpf commented on COMPRESS-510: Sorry to come back at this issue. The

[GitHub] [commons-lang] coveralls commented on issue #522: Add allNull() and anyNull() methods to ObjectUtils.

2020-04-19 Thread GitBox
coveralls commented on issue #522: URL: https://github.com/apache/commons-lang/pull/522#issuecomment-616286835 [![Coverage Status](https://coveralls.io/builds/30183766/badge)](https://coveralls.io/builds/30183766) Coverage increased (+0.0006%) to 95.094% when pulling **83ebec5a7

[jira] [Created] (LANG-1539) Add allNull() and anyNull() functions to ObjectUtils.

2020-04-19 Thread Isira Seneviratne (Jira)
Isira Seneviratne created LANG-1539: --- Summary: Add allNull() and anyNull() functions to ObjectUtils. Key: LANG-1539 URL: https://issues.apache.org/jira/browse/LANG-1539 Project: Commons Lang

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #522: Add allNull() and anyNull() methods to ObjectUtils.

2020-04-19 Thread GitBox
Isira-Seneviratne opened a new pull request #522: URL: https://github.com/apache/commons-lang/pull/522 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [commons-text] Isira-Seneviratne opened a new pull request #130: Use JetBrains' NotNull annotation for null argument checks in LevenshteinDistance.

2020-04-19 Thread GitBox
Isira-Seneviratne opened a new pull request #130: URL: https://github.com/apache/commons-text/pull/130 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [commons-lang] coveralls edited a comment on issue #521: Simplify some if statements in StringUtils.

2020-04-19 Thread GitBox
coveralls edited a comment on issue #521: URL: https://github.com/apache/commons-lang/pull/521#issuecomment-616255603 [![Coverage Status](https://coveralls.io/builds/30183164/badge)](https://coveralls.io/builds/30183164) Coverage decreased (-0.0009%) to 95.093% when pulling **a7

[GitHub] [commons-lang] coveralls commented on issue #521: Simplify some if statements in StringUtils.

2020-04-19 Thread GitBox
coveralls commented on issue #521: URL: https://github.com/apache/commons-lang/pull/521#issuecomment-616255603 [![Coverage Status](https://coveralls.io/builds/30182574/badge)](https://coveralls.io/builds/30182574) Coverage decreased (-0.001%) to 95.093% when pulling **f00ba3ba06

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-19 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087278#comment-17087278 ] Gilles Sadowski commented on GEOMETRY-92: - bq. I'm not seeing a benefit from hav

[GitHub] [commons-lang] Isira-Seneviratne commented on issue #519: Alter assertions in CharUtilsTest to get the class of CharUtils instead of BooleanUtils.

2020-04-19 Thread GitBox
Isira-Seneviratne commented on issue #519: URL: https://github.com/apache/commons-lang/pull/519#issuecomment-616253970 I encountered it while converting BooleanUtils to Kotlin. This is an automated message from the Apache Git

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #521: Simplify some if statements in StringUtils.

2020-04-19 Thread GitBox
Isira-Seneviratne opened a new pull request #521: URL: https://github.com/apache/commons-lang/pull/521 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Commented] (GEOMETRY-94) ConvexSubPlane Subclasses

2020-04-19 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087263#comment-17087263 ] Gilles Sadowski commented on GEOMETRY-94: - bq. key portion in the class name is

[GitHub] [commons-lang] Isira-Seneviratne edited a comment on issue #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne edited a comment on issue #520: URL: https://github.com/apache/commons-lang/pull/520#issuecomment-616233075 Maybe Commons Lang could be ported as a separate library for Kotlin? A lot of the functions would be useful as extension functions for Kotlin, and the unnecessary L

[GitHub] [commons-lang] Isira-Seneviratne edited a comment on issue #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne edited a comment on issue #520: URL: https://github.com/apache/commons-lang/pull/520#issuecomment-616233075 Maybe Commons Lang could be ported as a separate library for Kotlin? A lot of the functions would be useful as extension functions for Kotlin, and some of the Lang

[GitHub] [commons-lang] Isira-Seneviratne edited a comment on issue #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne edited a comment on issue #520: URL: https://github.com/apache/commons-lang/pull/520#issuecomment-616233075 Maybe Commons Lang could be ported as a separate library for Kotlin? Not sure how to create an issue for that, though. --

[GitHub] [commons-lang] Isira-Seneviratne edited a comment on issue #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne edited a comment on issue #520: URL: https://github.com/apache/commons-lang/pull/520#issuecomment-616233075 Maybe it could be implemented as a separate library for Kotlin? Not sure how to create an issue for that, though. ---

[GitHub] [commons-lang] Isira-Seneviratne commented on issue #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne commented on issue #520: URL: https://github.com/apache/commons-lang/pull/520#issuecomment-616233075 Maybe it could be implemented as a separate library? This is an automated message from the Apache Git Serv

[GitHub] [commons-lang] kinow commented on a change in pull request #518: (doc) Fix throwable is returned, not index

2020-04-19 Thread GitBox
kinow commented on a change in pull request #518: URL: https://github.com/apache/commons-lang/pull/518#discussion_r410997660 ## File path: src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java ## @@ -810,7 +810,7 @@ public static void removeCommonFrames(final Lis

[jira] [Work logged] (IO-661) FileUtils throws inconsistent exceptions

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

[GitHub] [commons-io] ecki commented on issue #111: [IO-661] FileUtils throws inconsistent exceptions

2020-04-19 Thread GitBox
ecki commented on issue #111: [IO-661] FileUtils throws inconsistent exceptions URL: https://github.com/apache/commons-io/pull/111#issuecomment-616210164 Generally I would agree with IAE for Argument checking however in the specific case an external condition (directory deleted or replaced

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #520: Implement Utils classes in Kotlin.

2020-04-19 Thread GitBox
Isira-Seneviratne opened a new pull request #520: Implement Utils classes in Kotlin. URL: https://github.com/apache/commons-lang/pull/520 Issue: https://issues.apache.org/jira/projects/LANG/issues/LANG-1538 This is an automat

[GitHub] [commons-lang] coveralls commented on issue #519: Alter assertions in CharUtilsTest to get the class of CharUtils instead of BooleanUtils.

2020-04-19 Thread GitBox
coveralls commented on issue #519: Alter assertions in CharUtilsTest to get the class of CharUtils instead of BooleanUtils. URL: https://github.com/apache/commons-lang/pull/519#issuecomment-616168391 [![Coverage Status](https://coveralls.io/builds/30177187/badge)](https://coveralls.io/

[jira] [Commented] (GEOMETRY-94) ConvexSubPlane Subclasses

2020-04-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087063#comment-17087063 ] Matt Juntunen commented on GEOMETRY-94: --- {quote}when evoking "plane", what comes t

[GitHub] [commons-lang] Isira-Seneviratne opened a new pull request #519: Alter assertions to get the class of CharUtils instead of BooleanUtils.

2020-04-19 Thread GitBox
Isira-Seneviratne opened a new pull request #519: Alter assertions to get the class of CharUtils instead of BooleanUtils. URL: https://github.com/apache/commons-lang/pull/519 This is an automated message from the Apache Git

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087057#comment-17087057 ] Matt Juntunen commented on GEOMETRY-92: --- I'm not seeing a benefit from having the

[GitHub] [commons-crypto] coveralls edited a comment on issue #96: CI Improvements

2020-04-19 Thread GitBox
coveralls edited a comment on issue #96: CI Improvements URL: https://github.com/apache/commons-crypto/pull/96#issuecomment-615833733 [![Coverage Status](https://coveralls.io/builds/30176484/badge)](https://coveralls.io/builds/30176484) Coverage increased (+11.04%) to 76.057% whe

[GitHub] [commons-crypto] coveralls edited a comment on issue #96: CI Improvements

2020-04-19 Thread GitBox
coveralls edited a comment on issue #96: CI Improvements URL: https://github.com/apache/commons-crypto/pull/96#issuecomment-615833733 [![Coverage Status](https://coveralls.io/builds/30176474/badge)](https://coveralls.io/builds/30176474) Coverage increased (+9.6%) to 74.574% when

[GitHub] [commons-codec] coveralls commented on issue #46: Base16 Input and Output Streams

2020-04-19 Thread GitBox
coveralls commented on issue #46: Base16 Input and Output Streams URL: https://github.com/apache/commons-codec/pull/46#issuecomment-616146181 [![Coverage Status](https://coveralls.io/builds/30176454/badge)](https://coveralls.io/builds/30176454) Coverage increased (+0.1%) to 93.97

[GitHub] [commons-codec] adamretter opened a new pull request #46: Base16 Input and Output Streams

2020-04-19 Thread GitBox
adamretter opened a new pull request #46: Base16 Input and Output Streams URL: https://github.com/apache/commons-codec/pull/46 Alongside the Commons Codec Base64 Input and Output Stream already provided, we have a need in our project ([eXist-db](https://github.com/exist-db/exist)) to be ab

[jira] [Comment Edited] (IMAGING-247) crash on reading tiff image

2020-04-19 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087016#comment-17087016 ] Gary Lucas edited comment on IMAGING-247 at 4/19/20, 1:54 PM:

[jira] [Updated] (IMAGING-247) crash on reading tiff image

2020-04-19 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Lucas updated IMAGING-247: --- Attachment: IMAGING-247.png > crash on reading tiff image > --- > >

[jira] [Commented] (IMAGING-247) crash on reading tiff image

2020-04-19 Thread Gary Lucas (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087016#comment-17087016 ] Gary Lucas commented on IMAGING-247: I took a quick look at your sample image in deb

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

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

[GitHub] [commons-imaging] coveralls edited a comment on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-19 Thread GitBox
coveralls edited a comment on issue #72: IMAGING-251 support for TIFF floating-point formats URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-610094475 [![Coverage Status](https://coveralls.io/builds/30175806/badge)](https://coveralls.io/builds/30175806) Cover

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

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

[GitHub] [commons-imaging] gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-19 Thread GitBox
gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-616133142 Sorry. One more last-minute change. I discovered a NullPointerException when the TiffImageParser was passed a null argumen

[GitHub] [commons-lang] coveralls commented on issue #518: (doc) Fix throwable is returned, not index

2020-04-19 Thread GitBox
coveralls commented on issue #518: (doc) Fix throwable is returned, not index URL: https://github.com/apache/commons-lang/pull/518#issuecomment-616131150 [![Coverage Status](https://coveralls.io/builds/30175342/badge)](https://coveralls.io/builds/30175342) Coverage remained the s

[jira] [Commented] (GEOMETRY-94) ConvexSubPlane Subclasses

2020-04-19 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086995#comment-17086995 ] Gilles Sadowski commented on GEOMETRY-94: - I'm asking because when evoking "plan

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-19 Thread Gilles Sadowski (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086952#comment-17086952 ] Gilles Sadowski commented on GEOMETRY-92: - {quote}they will be used quite freque

[GitHub] [commons-lang] arend-von-reinersdorff opened a new pull request #518: (doc) Fix throwable is returned, not index

2020-04-19 Thread GitBox
arend-von-reinersdorff opened a new pull request #518: (doc) Fix throwable is returned, not index URL: https://github.com/apache/commons-lang/pull/518 This is an automated message from the Apache Git Service. To respond to t

[jira] [Commented] (GEOMETRY-93) Better SubHyperplane Hierarchies

2020-04-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086925#comment-17086925 ] Matt Juntunen commented on GEOMETRY-93: --- On additional use, {{RegionBSPTreeSubLine

[jira] [Commented] (GEOMETRY-94) ConvexSubPlane Subclasses

2020-04-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086924#comment-17086924 ] Matt Juntunen commented on GEOMETRY-94: --- {quote}Is this standard naming? {quote} I

[jira] [Commented] (GEOMETRY-92) Segment is not mathematically correct

2020-04-19 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086922#comment-17086922 ] Matt Juntunen commented on GEOMETRY-92: --- {quote}...couldn't they all be a nested c

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

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

[GitHub] [commons-imaging] coveralls edited a comment on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-19 Thread GitBox
coveralls edited a comment on issue #72: IMAGING-251 support for TIFF floating-point formats URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-610094475 [![Coverage Status](https://coveralls.io/builds/30173035/badge)](https://coveralls.io/builds/30173035) Cover

[jira] [Work logged] (IMAGING-251) Support TIFF standard floating point data

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

[GitHub] [commons-imaging] gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats

2020-04-19 Thread GitBox
gwlucastrig commented on issue #72: IMAGING-251 support for TIFF floating-point formats URL: https://github.com/apache/commons-imaging/pull/72#issuecomment-616073031 Made one last change to a new method to give it package scope rather than public. This change will point users toward using