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-bcel.git
from a68b26b2 Use try-with-resources
new 27d756d7 Throw ClassFormatException instead of IAE and ISE
new eb80c2fb Add
org.apache.bcel.classfile.ClassFormatException.ClassFormatException(Throwable)
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:
src/changes/changes.xml | 2 ++
.../bcel/classfile/AnnotationElementValue.java | 2 +-
.../apache/bcel/classfile/ArrayElementValue.java | 2 +-
.../bcel/classfile/ClassFormatException.java | 36 +++++++++++++++++++---
.../org/apache/bcel/classfile/ClassParser.java | 2 --
.../org/apache/bcel/classfile/ElementValue.java | 10 ++----
.../apache/bcel/classfile/EnumElementValue.java | 2 +-
.../apache/bcel/classfile/SimpleElementValue.java | 2 +-
8 files changed, 40 insertions(+), 18 deletions(-)