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 221d72d9 Replace FindBugs with SpotBugs and declutter the root folder
new 8895dab3 Use simple array initialization
new bb90215e Remove trailing whitespace
new 0f88243c Use simple array initialization
new 3fd944d5 Use final parameter
new 7d2a465e Use final parameter
new f4021b00 Use Java Objects class
new d8a4b5b2 Remove redundant call to super()
new acf8db36 Remove trailing whitespace
new f5ee4390 Convert cascading if/else to switch
new dd879752 Remove trailing whitespace
new 9c834159 Remove trailing whitespace
new 94a4ad22 Convert cascading if/else to switch
new 77761990 Use enhanced for loop
new 1ce3c8ea Use Java Objects class
new 9752f9d1 Use Java Objects class
new 189b4f8e Use Java Objects class
new 09f1c972 Remove trailing whitespace
new 4c737168 Use final parameter
new b4af7d3c Use simple array initialization
new 12c311a8 Use simple array initialization
new c3c19e56 Use simple array initialization
new 1263e7ca Use simple array initialization
new 3b8c339f Use final parameter
new f07a2fea Use simple array initialization
new c6314a9f Remove trailing whitespace
new 007b09b0 Convert cascading if/else to switch
new 37c2c30d Convert cascading if/else to switch
new 3c86561d Use simple array initialization
new 0b34836e Convert cascading if/else to switch
new 40d6d6c8 Remove redundant call to super()
new 36f2d6e8 Make private class static
new 6abbaeac Use simple array initialization
new fe2cb6a8 Use Java Objects class
new 1654cd20 Use final parameter
new 31af6373 Remove trailing whitespace
new 1f0fa35b Use final parameter
new ded9898c Use final parameter
new d5949db4 Use final parameter
The 38 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/ArchiveStreamFactory.java | 2 +-
.../apache/commons/compress/archivers/Lister.java | 2 +-
.../compress/archivers/arj/ArjArchiveEntry.java | 4 +-
.../compress/archivers/cpio/CpioConstants.java | 2 +-
.../archivers/dump/DumpArchiveSummary.java | 2 +-
.../commons/compress/archivers/sevenz/Archive.java | 2 +-
.../commons/compress/archivers/sevenz/Folder.java | 2 +-
.../archivers/sevenz/SevenZArchiveEntry.java | 4 +-
.../compress/archivers/tar/TarArchiveEntry.java | 8 +--
.../compress/archivers/tar/TarConstants.java | 12 ++--
.../commons/compress/archivers/tar/TarUtils.java | 4 +-
.../compress/archivers/zip/ExtraFieldUtils.java | 2 +-
.../compress/archivers/zip/NioZipEncoding.java | 2 +-
.../archivers/zip/ZipArchiveInputStream.java | 10 +--
.../compress/archivers/zip/ZipEncodingHelper.java | 2 +-
.../bzip2/BZip2CompressorOutputStream.java | 2 +-
.../compress/compressors/gzip/GzipParameters.java | 2 +-
.../lz4/BlockLZ4CompressorOutputStream.java | 26 +++----
.../lz4/FramedLZ4CompressorInputStream.java | 4 +-
.../pack200/Pack200CompressorInputStream.java | 2 +-
.../snappy/FramedSnappyCompressorInputStream.java | 2 +-
.../compressors/snappy/PureJavaCrc32C.java | 2 +-
.../compress/harmony/pack200/BHSDCodec.java | 12 ++--
.../commons/compress/harmony/pack200/BcBands.java | 2 +-
.../compress/harmony/pack200/ClassBands.java | 29 +++++---
.../compress/harmony/pack200/PackingOptions.java | 2 +-
.../compress/harmony/pack200/SegmentHeader.java | 2 +-
.../harmony/unpack200/AttributeLayout.java | 1 -
.../compress/harmony/unpack200/ClassBands.java | 56 +++++++--------
.../compress/harmony/unpack200/IcTuple.java | 2 +-
.../harmony/unpack200/NewAttributeBands.java | 14 ++--
.../harmony/unpack200/SegmentConstantPool.java | 79 ++++++++++------------
.../unpack200/SegmentConstantPoolArrayCache.java | 1 -
.../harmony/unpack200/bytecode/Attribute.java | 12 +---
.../harmony/unpack200/bytecode/CPConstant.java | 11 +--
.../harmony/unpack200/bytecode/CPFieldRef.java | 13 +---
.../unpack200/bytecode/ConstantValueAttribute.java | 6 +-
.../harmony/unpack200/bytecode/NewAttribute.java | 15 ++--
.../unpack200/bytecode/SourceFileAttribute.java | 7 +-
.../compress/utils/BoundedArchiveInputStream.java | 2 +-
.../BoundedSeekableByteChannelInputStream.java | 2 +-
.../apache/commons/compress/utils/ByteUtils.java | 2 +-
42 files changed, 179 insertions(+), 191 deletions(-)