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-compress.git
from c1327d1d1 Use Objects.equals() to simplify the Object.equals() implementations new a204e221f Better local variable name (PMD) new 9261a3fb5 Better local variable name (PMD) new 9e6e2be53 Better local variable name (PMD) new b79216feb Better local variable name (PMD) new 4da91497d Better local variable name (PMD) new 170f968a2 Better local variable name (PMD) new 18908074c Better local variable name (PMD) new ea0b5922d Better local variable name (PMD) new 35c85866d Better local variable name (PMD) new 22c085d03 Better local variable name (PMD) new 434d50bdd Fix PMD UselessQualifiedThis new 1f1c5bbb0 Javadoc new ef3864c5f Better local variable name (PMD) new 784ea342e Fix PMD UnusedFormalParameter in private method new ed84b21e7 PMD UnusedLocalVariable new de36dd63c Comment empty block (PMD) new 4f41c2c84 PMD UnusedFormalParameter new 76e63a709 PMD UnusedFormalParameter private new 05c16fc5b Fix NPE new 172829d06 Normalize spelling new 342a00ad9 PMD SimplifiedTernary new 862e0557e Format nits new eb0c4d240 PMD UnusedPrivateField new 0a9bb357c PMD UnusedLocalVariable new 2e95a6d6d PMD UnusedLocalVariable new bf7522a67 Bump org.apache.commons:commons-parent from 69 to 70 The 26 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 | 7 +- src/changes/changes.xml | 4 +- src/conf/pmd-exclude.properties | 64 +++++++++++++++++++ src/conf/pmd-ruleset.xml | 74 +++++++++++++++++++--- .../compress/archivers/ArchiveStreamFactory.java | 2 +- .../compress/archivers/sevenz/SevenZFile.java | 2 +- .../archivers/sevenz/SevenZOutputFile.java | 2 +- .../compress/archivers/tar/TarArchiveEntry.java | 2 +- .../archivers/zip/ParallelScatterZipCreator.java | 2 +- .../zip/X0017_StrongEncryptionHeader.java | 9 ++- .../archivers/zip/ZipArchiveInputStream.java | 25 ++++---- .../compress/archivers/zip/ZipEncodingHelper.java | 3 +- .../commons/compress/archivers/zip/ZipUtil.java | 2 +- .../bzip2/BZip2CompressorOutputStream.java | 7 +- .../pack200/TempFileCachingStreamBridge.java | 2 +- .../harmony/archive/internal/nls/Messages.java | 8 +-- .../commons/compress/harmony/pack200/BandSet.java | 14 ++-- .../compress/harmony/unpack200/BcBands.java | 2 - .../apache/commons/compress/utils/OsgiUtils.java | 2 +- .../archivers/zip/ZipMemoryFileSystemTest.java | 3 +- .../utils/FixedLengthBlockOutputStreamTest.java | 4 +- 21 files changed, 185 insertions(+), 55 deletions(-) create mode 100644 src/conf/pmd-exclude.properties