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 64da247 Bump spotbugs-maven-plugin from 4.2.0 to 4.2.2 (#169) new 923190f Sort members. new 3bd915e Javadoc grammar fix. new 8c14303 Use less confusing private names. new 127ba75 Add test fixtures from XenosAmess PR #168. new e67905c Add two tests. new 8d4379c Javadoc typo and normalization of verbs. new 166a572 Javadoc. new 36c789a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs.git The 8 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: .../java/org/apache/commons/vfs2/FileName.java | 41 +++--- .../provider/local/DefaultLocalFileProvider.java | 52 ++++---- .../vfs2/provider/local/GenericFileNameParser.java | 26 ++-- .../commons/vfs2/provider/local/LocalFile.java | 14 +- .../commons/vfs2/provider/local/LocalFileName.java | 30 ++--- .../vfs2/provider/local/LocalFileNameParser.java | 40 +++--- .../local/LocalFileRandomAccessContent.java | 146 ++++++++++----------- .../vfs2/provider/local/LocalFileSystem.java | 14 +- .../vfs2/provider/local/WindowsFileName.java | 24 ++-- .../vfs2/provider/local/WindowsFileNameParser.java | 82 ++++++------ .../vfs2/provider/url/UrlFileNameParser.java | 10 +- .../vfs2/provider/url/UrlFileNameParserTest.java | 19 ++- commons-vfs2/src/test/resources/test-data/1 1.txt | 1 + .../src/test/resources/test-data/\345\245\275.txt" | 1 + 14 files changed, 258 insertions(+), 242 deletions(-) create mode 100644 commons-vfs2/src/test/resources/test-data/1 1.txt create mode 100644 "commons-vfs2/src/test/resources/test-data/\345\245\275.txt"