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 edf8c8b7e Refactor common code
     new 3d412ccc0 Sort members
     new a61015c94 'this' not needed for these method calls
     new 6d8f485e2 Fix PMD UnnecessaryFullyQualifiedName and friends

The 3 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                            |  1 +
 src/conf/maven-pmd-plugin.xml                      |  7 +++-
 .../org/apache/commons/io/FileCleaningTracker.java |  2 +-
 src/main/java/org/apache/commons/io/FileUtils.java |  2 +-
 src/main/java/org/apache/commons/io/IOCase.java    |  2 +-
 src/main/java/org/apache/commons/io/IOUtils.java   |  2 +-
 .../java/org/apache/commons/io/ThreadMonitor.java  |  2 +-
 .../java/org/apache/commons/io/file/Counters.java  |  6 ++--
 .../java/org/apache/commons/io/file/PathUtils.java |  2 +-
 .../commons/io/file/StandardDeleteOption.java      |  2 +-
 .../commons/io/output/FileWriterWithEncoding.java  |  2 +-
 .../commons/io/output/LockableFileWriter.java      |  7 ++--
 .../java/org/apache/commons/io/FileUtilsTest.java  |  2 +-
 .../commons/io/IOExceptionWithCauseTest.java       |  4 +--
 .../org/apache/commons/io/LineIteratorTest.java    |  4 +--
 .../AbstractConditionalFileFilterTest.java         | 32 ++++++++---------
 .../apache/commons/io/function/IOIteratorTest.java |  8 ++---
 .../commons/io/input/BOMInputStreamTest.java       |  8 ++---
 .../commons/io/input/BrokenInputStreamTest.java    |  6 ++--
 .../io/input/buffer/CircularByteBufferTest.java    | 40 +++++++++++-----------
 20 files changed, 73 insertions(+), 68 deletions(-)

Reply via email to