[jira] [Updated] (MATH-1431) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within an empty bin.

2017-08-29 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita updated MATH-1431: - Description: The NaN can be reproduced by the following program. Evaluating at x = 0.3, it

[jira] [Created] (MATH-1431) EmpiricalDistribution cumulativeProbability can return NaN when evaluated within an empty bin.

2017-08-29 Thread Jay (JIRA)
Jay created MATH-1431: - Summary: EmpiricalDistribution cumulativeProbability can return NaN when evaluated within an empty bin. Key: MATH-1431 URL: https://issues.apache.org/jira/browse/MATH-1431 Project:

[jira] [Resolved] (JELLY-293) Accommodate toggling off DTD external entities.

2017-08-29 Thread Rob Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/JELLY-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Tompkins resolved JELLY-293. Resolution: Fixed Implemented in svn as given by above comment. > Accommodate toggling off DTD

[jira] [Commented] (LANG-1351) StringUtils.equalsIgnoreSurroundingSpace

2017-08-29 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16145134#comment-16145134 ] Sebb commented on LANG-1351: Sorry, but I think that is out of scope for the library. There are lots of

[jira] [Created] (CONFIGURATION-671) Empty ini section occurs NPE while save to writer

2017-08-29 Thread yankai zhang (JIRA)
yankai zhang created CONFIGURATION-671: -- Summary: Empty ini section occurs NPE while save to writer Key: CONFIGURATION-671 URL: https://issues.apache.org/jira/browse/CONFIGURATION-671 Project:

[jira] [Commented] (VFS-635) can't access SMBv2

2017-08-29 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/VFS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144838#comment-16144838 ] Bernd Eckenfels commented on VFS-635: - I prefer to have it in core with optional dependencies. Mostly

[jira] [Commented] (VFS-635) can't access SMBv2

2017-08-29 Thread Christoph Obexer (JIRA)
[ https://issues.apache.org/jira/browse/VFS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144831#comment-16144831 ] Christoph Obexer commented on VFS-635: -- [~codyswanson4] I see you added the new provider to the core vfs

[jira] [Commented] (IO-547) Nullpointer Exception in FileSystemUtils.freeSpaceWindows

2017-08-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144815#comment-16144815 ] Gary Gregory commented on IO-547: - Do you have a proposal? > Nullpointer Exception in

[jira] [Comment Edited] (IO-547) Nullpointer Exception in FileSystemUtils.freeSpaceWindows

2017-08-29 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144806#comment-16144806 ] Nikhil Shinde edited comment on IO-547 at 8/29/17 6:21 AM: --- Invalid path cause

[jira] [Commented] (IO-547) Nullpointer Exception in FileSystemUtils.freeSpaceWindows

2017-08-29 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16144806#comment-16144806 ] Nikhil Shinde commented on IO-547: -- Invalid path cause NullPointerException, refer entire exception stack

[jira] [Updated] (IO-547) Nullpointer Exception in FileSystemUtils.freeSpaceWindows

2017-08-29 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-547: - Description: In FileSystemutils.freeSpaceWindows(String path,long timeout) , path cannot be null. In this