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 de5c093a org.apache.bcel.classfile.ConstantValue constructors now throw ClassFormatException on invalid length input new 1079f385 Normalize exception messages new 0f599351 org.apache.bcel.classfile.EnclosingMethod constructors now throw ClassFormatException on invalid length, class index, or method index input. 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 | 1 + src/main/java/org/apache/bcel/classfile/Attribute.java | 2 +- src/main/java/org/apache/bcel/classfile/Code.java | 2 +- src/main/java/org/apache/bcel/classfile/ConstantValue.java | 2 +- src/main/java/org/apache/bcel/classfile/Deprecated.java | 2 +- src/main/java/org/apache/bcel/classfile/EnclosingMethod.java | 9 +++++---- 6 files changed, 10 insertions(+), 8 deletions(-)