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 36cf651d org.apache.bcel.classfile.ExceptionTable constructors now throw ClassFormatException on invalid input new 3b2d41ca org.apache.bcel.classfile.InnerClasses constructors now throw ClassFormatException on invalid input new ce1450d8 org.apache.bcel.classfile.LineNumber constructors now throw ClassFormatException on invalid 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 | 2 ++ src/main/java/org/apache/bcel/classfile/InnerClasses.java | 2 ++ src/main/java/org/apache/bcel/classfile/LineNumber.java | 12 ++++++++---- src/main/java/org/apache/bcel/classfile/LineNumberTable.java | 4 +++- 4 files changed, 15 insertions(+), 5 deletions(-)