[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

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

2017-08-13 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

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

2017-08-13 Thread Nikhil Shinde (JIRA)
Nikhil Shinde created IO-547: Summary: Nullpointer Exception in FileSystemUtils.freeSpaceWindows Key: IO-547 URL: https://issues.apache.org/jira/browse/IO-547 Project: Commons IO Issue Type:

[jira] [Updated] (IO-541) Missing null check for arguments in MessageFormat.format() in XmlStreamReader.java

2017-06-16 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-541: - Description: >From the documentation and implementation of XmlStreamReader class, all the >encoding

[jira] [Updated] (IO-541) Missing null check for arguments in MessageFormat.format() in XmlStreamReader.java

2017-06-16 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-541: - Description: >From the documentation and implementation of XmlStreamReader class, all the >encoding

[jira] [Created] (IO-541) Missing null check for arguments in MessageFormat.format() in XmlStreamReader.java

2017-06-16 Thread Nikhil Shinde (JIRA)
Nikhil Shinde created IO-541: Summary: Missing null check for arguments in MessageFormat.format() in XmlStreamReader.java Key: IO-541 URL: https://issues.apache.org/jira/browse/IO-541 Project: Commons IO

[jira] [Updated] (IO-540) Ambiguous parameter in AbtractFileFilter.accept(File,String).

2017-06-14 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-540: - Description: Although we are required to override the AbstractFilteFilter.accept() method to avoid Infinite

[jira] [Updated] (IO-540) Ambiguous parameter in AbtractFileFilter.accept(File,String).

2017-06-14 Thread Nikhil Shinde (JIRA)
[ https://issues.apache.org/jira/browse/IO-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Shinde updated IO-540: - Summary: Ambiguous parameter in AbtractFileFilter.accept(File,String). (was: Ambiguous parameter in

[jira] [Created] (IO-540) Ambiguous parameter in AbtractFileFilter.accept(File,String). Change the parameter passed in AbstractFileFilter.accept(File,String), even if that implementation is not used a

2017-06-14 Thread Nikhil Shinde (JIRA)
Nikhil Shinde created IO-540: Summary: Ambiguous parameter in AbtractFileFilter.accept(File,String). Change the parameter passed in AbstractFileFilter.accept(File,String), even if that implementation is not used at runtime Key: