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 0f599351 org.apache.bcel.classfile.EnclosingMethod constructors now
throw ClassFormatException on invalid length, class index, or method index
input.
new 1036f808 org.apache.bcel.classfile.Synthetic constructors now throw
ClassFormatException on invalid length input
new 9b7d12da Swap args
new fa0115b1 Javadoc
new 1d06beda org.apache.bcel.classfile.Signature constructors now throw
ClassFormatException on invalid length input
new ff95f518 org.apache.bcel.classfile.SourceFile constructors now throw
ClassFormatException on invalid input
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 | 3 +++
src/main/java/org/apache/bcel/classfile/ConstantValue.java | 2 +-
src/main/java/org/apache/bcel/classfile/Signature.java | 3 ++-
src/main/java/org/apache/bcel/classfile/SourceFile.java | 5 +++--
src/main/java/org/apache/bcel/classfile/Synthetic.java | 3 ++-
src/main/java/org/apache/bcel/util/Args.java | 2 +-
6 files changed, 12 insertions(+), 6 deletions(-)