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 6efbfd0d5 Upper case acronym new 3288af6a0 Inline single use local variable new fcf7e5e17 Reuse existing CharsetNames.UTF_8 constant The 2 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: .../compress/archivers/zip/NioZipEncoding.java | 4 +-- .../archivers/zip/ZipArchiveInputStream.java | 3 +- .../archivers/zip/ZipArchiveOutputStream.java | 3 +- .../compress/archivers/zip/ZipEncodingHelper.java | 10 ++---- .../commons/compress/archivers/zip/ZipFile.java | 9 ++--- .../harmony/unpack200/bytecode/CPUTF8.java | 4 ++- .../archivers/ArchiveStreamFactoryTest.java | 41 +++++++++++----------- .../archivers/cpio/CpioArchiveInputStreamTest.java | 3 +- .../compress/archivers/cpio/CpioArchiveTest.java | 9 ++--- .../zip/ParallelScatterZipCreatorTest.java | 9 ++--- .../archivers/zip/ZipArchiveInputStreamTest.java | 27 +++++++------- .../compress/archivers/zip/ZipEncodingTest.java | 5 +-- .../zip/ZipFileIgnoringLocalFileHeaderTest.java | 3 +- .../compress/archivers/zip/ZipFileTest.java | 5 +-- .../archivers/zip/ZipMemoryFileSystemTest.java | 3 +- .../CompressorStreamFactoryRoundtripTest.java | 6 ++-- 16 files changed, 76 insertions(+), 68 deletions(-)