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 480d430db Javadoc new 6e15f9dc2 Throw Pack200Exception instead of Error and do better range checking of index arguments. new 88859cb3f org.apache.commons.compress.harmony.unpack200.SegmentConstantPool.getInitMethodPoolEntry(int, long, String) now throws Pack200Exception instead of Error on bad constant pool type input new 4aaa3e16e Javadoc new d358a28bf org.apache.commons.compress.harmony.unpack200.SegmentConstantPool.getClassSpecificPoolEntry(int, long, String) now throws Pack200Exception instead of Error on bad constant pool type input new 2643070b8 Some org.apache.commons.compress.harmony.unpack200 methods now throws Pack200Exception instead of Error on some bad inputs and states The 5 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 | 13 +++ .../compress/harmony/pack200/Pack200Exception.java | 21 +++- .../compress/harmony/unpack200/CpBands.java | 2 +- .../harmony/unpack200/SegmentConstantPool.java | 124 ++++++++++++--------- .../harmony/unpack200/bytecode/ByteCode.java | 6 +- .../harmony/unpack200/bytecode/CodeAttribute.java | 3 +- .../unpack200/bytecode/forms/ByteCodeForm.java | 6 +- .../unpack200/bytecode/forms/IMethodRefForm.java | 3 +- .../bytecode/forms/MultiANewArrayForm.java | 4 +- .../unpack200/bytecode/forms/NewClassRefForm.java | 2 +- .../unpack200/bytecode/forms/ReferenceForm.java | 10 +- .../harmony/unpack200/CodeAttributeTest.java | 9 +- 12 files changed, 130 insertions(+), 73 deletions(-)