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 932ca4b  CharSequenceInputStream maps null Charset and Charset name to 
the platform default instead of throwing a NullPointerException.
     new 240eda8  Sort members.
     new 5444ad3  Sort members.
     new da09365  Add CharsetDecoders.
     new f3823cb  WriterOutputStream maps null Charset, Charset name, and 
CharsetEncoder name to the platform default instead of throwing a 
NullPointerException.

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:
 src/changes/changes.xml                            |  8 +++-
 .../{CharsetEncoders.java => CharsetDecoders.java} | 20 ++++----
 .../apache/commons/io/charset/CharsetEncoders.java |  6 ++-
 .../org/apache/commons/io/function/IOStreams.java  | 28 ++++++------
 .../commons/io/output/WriterOutputStream.java      | 19 ++++----
 .../org/apache/commons/io/DeleteDirectoryTest.java | 10 ++--
 .../commons/io/FileUtilsCleanDirectoryTest.java    | 30 ++++++------
 .../org/apache/commons/io/IOUtilsCopyTest.java     | 34 +++++++-------
 ...etEncodersTest.java => CharsetDecdersTest.java} | 18 ++++----
 .../io/input/CharSequenceInputStreamTest.java      | 32 ++++++-------
 .../commons/io/input/ReaderInputStreamTest.java    | 46 +++++++++----------
 .../commons/io/output/BrokenOutputStreamTest.java  | 30 ++++++------
 .../apache/commons/io/output/BrokenWriterTest.java | 30 ++++++------
 .../commons/io/output/WriterOutputStreamTest.java  | 53 +++++++++++++++++++++-
 14 files changed, 216 insertions(+), 148 deletions(-)
 copy src/main/java/org/apache/commons/io/charset/{CharsetEncoders.java => 
CharsetDecoders.java} (62%)
 copy src/test/java/org/apache/commons/io/charset/{CharsetEncodersTest.java => 
CharsetDecdersTest.java} (71%)

Reply via email to