[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Hao Liu (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15977959#comment-15977959 ] Hao Liu commented on IO-531: Thanks for all your quick replies and comments. As Sebb said maybe it's

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15977384#comment-15977384 ] Bernd Eckenfels commented on IO-531: The test here implements the (null, trueFilter) case, but it uses

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Bernd Eckenfels (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15977370#comment-15977370 ] Bernd Eckenfels commented on IO-531: I am proposing a minor extension to the Javadoc anyway:

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15977367#comment-15977367 ] ASF GitHub Bot commented on IO-531: --- GitHub user ecki opened a pull request:

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976384#comment-15976384 ] Sebb commented on IO-531: - The PDF says: {quote} I want to use the org.apache.commons.io.FileUtils.listFiles(File,

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976375#comment-15976375 ] Sebb commented on IO-531: - If I read you correctly, you want {code} FileUtils.listFiles(File, null, dirfilter) {code}

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-20 Thread Hao Liu (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15976203#comment-15976203 ] Hao Liu commented on IO-531: Hi, Sebb, I have attached a file. hope it could make myself clear. Thank you. BR,

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-19 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15975579#comment-15975579 ] Sebb commented on IO-531: - Sorry, but I'm still not clear what you want the null parameter to do. Can you provide a

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-19 Thread Hao Liu (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15974146#comment-15974146 ] Hao Liu commented on IO-531: I think that you misunderstood what I had described: I said the "Second Parameter"

[jira] [Commented] (IO-531) make it more esay-to-use: org.apache.commons.io.FileUtils.listFiles(File, IOFileFilter, IOFileFilter)

2017-04-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972422#comment-15972422 ] Sebb commented on IO-531: - The Javadoc [1] says: "dirFilter optional filter to apply when finding subdirectories. If