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 e5d0ac9b Deprecate NullWriter ctor to use singleton instead
     new febaf104 Use a builder instead of new custom factory method
     new fb41f501 Javadoc
     new 29a63fda Use final
     new 2a730ab8 Sort members
     new 613654de Checkstyle
     new a116fc26 Use final
     new 8accd0d2 Add PMD rule ClassWithOnlyPrivateConstructorsShouldBeFinal
     new 9e74b834 Remove new API
     new dee1d768 Format tweak

The 9 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:
 pom.xml                                            |  9 +++
 src/conf/maven-pmd-plugin.xml                      | 84 ++++++++++++++++++++++
 .../java/org/apache/commons/io/StreamIterator.java |  2 +-
 .../java/org/apache/commons/io/ThreadMonitor.java  |  2 +-
 .../java/org/apache/commons/io/ThreadUtils.java    | 17 ++---
 .../apache/commons/io/UncheckedIOExceptions.java   |  2 +-
 .../apache/commons/io/build/AbstractOrigin.java    | 46 ++++++------
 .../apache/commons/io/charset/CharsetDecoders.java |  2 +-
 .../apache/commons/io/charset/CharsetEncoders.java |  2 +-
 .../org/apache/commons/io/file/FilesUncheck.java   |  2 +-
 .../commons/io/file/attribute/FileTimes.java       |  2 +-
 .../commons/io/file/spi/FileSystemProviders.java   |  2 +-
 .../commons/io/filefilter/WildcardFileFilter.java  |  4 +-
 .../apache/commons/io/function/IOBiFunction.java   | 13 ----
 .../commons/io/function/IOBinaryOperator.java      | 16 ++---
 .../org/apache/commons/io/function/IOStream.java   | 76 ++++++++++----------
 .../apache/commons/io/input/BOMInputStream.java    | 10 +--
 .../apache/commons/io/input/DemuxInputStream.java  |  1 +
 .../input/MessageDigestCalculatingInputStream.java | 20 +++---
 .../commons/io/input/ReadAheadInputStream.java     |  4 +-
 .../apache/commons/io/output/NullAppendable.java   |  2 +-
 .../io/output/UncheckedFilterOutputStream.java     | 39 ++++++++--
 .../apache/commons/io/output/XmlStreamWriter.java  |  4 +-
 .../java/org/apache/commons/io/IOUtilsTest.java    | 14 ++--
 .../io/file/AccumulatorPathVisitorTest.java        |  3 +-
 .../commons/io/function/IOBiFunctionTest.java      |  5 --
 .../apache/commons/io/function/IOStreamTest.java   | 42 +++++------
 .../io/input/MemoryMappedFileInputStreamTest.java  |  8 +--
 .../io/input/RandomAccessFileInputStreamTest.java  | 32 ++++-----
 .../commons/io/input/ReaderInputStreamTest.java    | 20 +++---
 .../ReversedLinesFileReaderTestParamFile.java      | 48 ++++++-------
 .../commons/io/input/SequenceReaderTest.java       | 14 ++--
 .../UnsynchronizedBufferedInputStreamTest.java     |  8 +--
 .../input/UnsynchronizedFilterInputStreamTest.java |  4 +-
 .../io/output/UncheckedFilterOutputStreamTest.java |  5 +-
 35 files changed, 335 insertions(+), 229 deletions(-)
 create mode 100644 src/conf/maven-pmd-plugin.xml

Reply via email to