This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git.
from f7916a9 Fix Checkstyle: Redundant 'final' modifier. new 5f8f7fe MissingJavadocMethod: Missing a Javadoc comment. new 20cf3ae Add FalseFileFilter.INSTANCE and deprecate FalseFileFilter.FALSE. new 5d6c451 Refactor common test fixtures. new 84fa6f7 Add TrueFileFilter.INSTANCE and deprecate TrueFileFilter.TRUE. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/vfs2/FileFilterSelector.java | 7 ++++ .../commons/vfs2/auth/StaticUserAuthenticator.java | 9 +++- .../commons/vfs2/filter/FalseFileFilter.java | 11 ++++- .../apache/commons/vfs2/filter/TrueFileFilter.java | 12 +++++- .../commons/vfs2/filter/AndFileFilterTest.java | 48 ++++++---------------- .../commons/vfs2/filter/NotFileFilterTest.java | 4 ++ .../commons/vfs2/filter/OrFileFilterTest.java | 36 +++------------- .../commons/vfs2/filter/TestFalseFileFilter.java | 16 ++++++++ .../commons/vfs2/filter/TestTrueFileFilter.java | 16 ++++++++ src/changes/changes.xml | 6 +++ 10 files changed, 96 insertions(+), 69 deletions(-) create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestFalseFileFilter.java create mode 100644 commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestTrueFileFilter.java