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-io.git


    from 10079fda Add missing XmlStreamReader test
     new 013b67ad Sort test members
     new 7387d242 Sort main members
     new 027475dd Organize test imports
     new 99a3ab7b Add missing RandomAccessFileInputStream test
     new 08590bdb Make new constructors private

The 5 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/io/charset/CharsetDecoders.java |  4 +++
 .../apache/commons/io/charset/CharsetEncoders.java |  5 +++
 .../org/apache/commons/io/file/FilesUncheck.java   | 34 +++++++++---------
 .../java/org/apache/commons/io/file/PathUtils.java | 10 +++---
 .../apache/commons/io/function/IOBiFunction.java   | 20 +++++------
 .../apache/commons/io/function/IOQuadFunction.java | 24 ++++++-------
 .../apache/commons/io/function/IOTriFunction.java  | 22 ++++++------
 .../input/MessageDigestCalculatingInputStream.java | 38 ++++++++++----------
 .../org/apache/commons/io/monitor/FileEntry.java   |  8 ++---
 .../apache/commons/io/output/XmlStreamWriter.java  | 12 +++----
 .../org/apache/commons/io/ByteOrderMarkTest.java   |  1 +
 .../org/apache/commons/io/EndianUtilsTest.java     |  1 +
 .../io/FileUtilsDeleteDirectoryBaseTest.java       | 10 +++---
 .../commons/io/FileUtilsDirectoryContainsTest.java |  1 +
 .../java/org/apache/commons/io/FileUtilsTest.java  |  4 +--
 .../org/apache/commons/io/FilenameUtilsTest.java   |  1 +
 .../java/org/apache/commons/io/HexDumpTest.java    |  1 +
 .../java/org/apache/commons/io/IOUtilsTest.java    | 42 +++++++++++-----------
 .../commons/io/file/CopyDirectoryVisitorTest.java  |  1 +
 .../commons/io/filefilter/RegexFileFilterTest.java |  4 +--
 .../apache/commons/io/function/IOConsumerTest.java |  1 +
 .../commons/io/function/IOPredicateTest.java       | 16 ++++-----
 .../commons/io/input/AutoCloseInputStreamTest.java |  1 +
 .../io/input/MemoryMappedFileInputStreamTest.java  |  2 +-
 .../io/input/RandomAccessFileInputStreamTest.java  | 16 +++++++--
 .../commons/io/output/StringBuilderWriterTest.java |  1 +
 .../commons/io/output/WriterOutputStreamTest.java  | 10 +++---
 .../commons/io/output/XmlStreamWriterTest.java     |  2 +-
 28 files changed, 160 insertions(+), 132 deletions(-)

Reply via email to