NotFileFilter documentation is incorrect
----------------------------------------
Key: IO-202
URL: https://issues.apache.org/jira/browse/IO-202
Project: Commons IO
Issue Type: Bug
Components: Filters
Affects Versions: 1.4
Reporter: Matthew Flaschen
Attachments: NotFileFilter.patch
The documentation for NotFileFilter
(http://commons.apache.org/io/api-release/index.html) incorrectly states that
it, "Checks to see if both filters are true." It looks to be the result of a
hasty copy-and-paste from an old version of AndFileFilter
(http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java?revision=140357&view=markup).
It should say something like, "Returns the logical NOT of the underlying
filter's return value for the same arguments."
Patch is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.