[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403824#comment-16403824 ] Gilles commented on MATH-1416: -- I forgot to include "Closes #82" in the log message. Sorry. > Depend on

[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403814#comment-16403814 ] Gilles commented on MATH-1416: -- Thanks. Merged in commit b048757035a1196a825113ca6e676bd439e4d46f ("master").

[jira] [Updated] (NUMBERS-56) Wrong dimension check?

2018-03-17 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated NUMBERS-56: -- Description: In {{ComplexUtils}}, at line 989: {code:java} public static double[][][][]

[jira] [Commented] (LANG-986) DurationFormatUtils.formatDuration accepts formats with year/month but cannot use them

2018-03-17 Thread Daniel Dowd (JIRA)
[ https://issues.apache.org/jira/browse/LANG-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403783#comment-16403783 ] Daniel Dowd commented on LANG-986: -- Is this improvement something that can be worked on? If so I would like

[jira] [Commented] (LANG-1359) add getStopTime to StopWatch

2018-03-17 Thread Keegan Witt (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403734#comment-16403734 ] Keegan Witt commented on LANG-1359: --- I'm not looking to get the elapsed time.  I'm looking to get the

[jira] [Resolved] (CONFIGURATION-690) ExprLookup will never return variables using getVariables()

2018-03-17 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-690. Resolution: Fixed Fix Version/s: 2.3 This is indeed strange. A fix

[jira] [Commented] (CONFIGURATION-689) NullPointerException in ExprLookup when not using variables

2018-03-17 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403723#comment-16403723 ] Oliver Heger commented on CONFIGURATION-689: This is true; however, the NPE is not

[jira] [Created] (COMPRESS-446) Resource Leak in ParallelScatterZipCreator#writeTo(ZipArchiveOutputStream)

2018-03-17 Thread Christoph Ludwig (JIRA)
Christoph Ludwig created COMPRESS-446: - Summary: Resource Leak in ParallelScatterZipCreator#writeTo(ZipArchiveOutputStream) Key: COMPRESS-446 URL: https://issues.apache.org/jira/browse/COMPRESS-446

[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Matt Juntunen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403695#comment-16403695 ] Matt Juntunen commented on MATH-1416: - I've created a pull request to replace all calls to the

[jira] [Commented] (LANG-1387) Add Span classes to handle checks for overlaps, containment, equality, etc.

2018-03-17 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403371#comment-16403371 ] Claude Warren commented on LANG-1387: - The jenkins build report indicates that much of this

[jira] [Commented] (LANG-1359) add getStopTime to StopWatch

2018-03-17 Thread Daniel Dowd (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403336#comment-16403336 ] Daniel Dowd commented on LANG-1359: --- [~keegan] I think this feature is already implemented in StopWatch.