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 d85b3d19 ClassDumper.dump() should not call the input stream it didn't
open; fixes IOException when calling DumpClass.main(ClassDumper.java:351).
new a081f602
org.apache.bcel.classfile.ConstantPool.ConstantPool(Constant[]) now uses
varagrs: ConstantPool(Constant...)
new 637dc265 org.apache.bcel.classfile.Deprecated now requires its the
attribute_length item be zero.
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/Const.java | 6 +-
.../org/apache/bcel/classfile/ConstantPool.java | 2 +-
.../java/org/apache/bcel/classfile/Deprecated.java | 68 ++++++++--------------
.../{ClassParserTest.java => DeprecatedTest.java} | 12 ++--
.../org/apache/bcel/classfile/StackMapTest.java | 2 +-
6 files changed, 38 insertions(+), 53 deletions(-)
copy src/test/java/org/apache/bcel/classfile/{ClassParserTest.java =>
DeprecatedTest.java} (74%)