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 7fe41272 Javadoc
new f2a519ea Javadoc
new a95f12a2 Javadoc
new e306bcfc Javadoc
new ebc8b3d6 Javadoc
new 1e74d171 Javadoc
new 532a8215 Javadoc
new 56f595be Javadoc
new 34d906a8 Javadoc
new 56c571bf Javadoc
new 7dccc950 Javadoc
new a9da2458 Javadoc
new 19846aba Javadoc
new a6751fe7 Javadoc
new 44261a8f Javadoc
new d3237d0b Javadoc
new 1e037cce Javadoc
new 7409d7aa Javadoc
new 24006f5f Javadoc
new 1b863aaf Javadoc
new a7e37731 Javadoc
new 90195f15 Javadoc
new 3c9109a9 Javadoc
new 2f2d0fc9 Javadoc
new 5ce46f35 Javadoc
new 8597274c Javadoc
new 4117bad9 Javadoc
new 8805a064 Javadoc
new 813c6fd9 Javadoc
new aaf46a71 Javadoc
new a3c071a9 Javadoc
new 2110eb85 Javadoc
The 31 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/main/java/org/apache/bcel/Const.java | 160 ++++++++++++++++++---
.../org/apache/bcel/classfile/CodeException.java | 38 ++++-
.../java/org/apache/bcel/classfile/Constant.java | 20 ++-
.../java/org/apache/bcel/classfile/ConstantCP.java | 24 +++-
.../org/apache/bcel/classfile/ConstantClass.java | 22 ++-
.../org/apache/bcel/classfile/ConstantDouble.java | 17 ++-
.../org/apache/bcel/classfile/ConstantDynamic.java | 8 ++
.../apache/bcel/classfile/ConstantFieldref.java | 6 +-
.../org/apache/bcel/classfile/ConstantFloat.java | 17 ++-
.../org/apache/bcel/classfile/ConstantInteger.java | 17 ++-
.../bcel/classfile/ConstantInterfaceMethodref.java | 6 +-
.../bcel/classfile/ConstantInvokeDynamic.java | 8 ++
.../org/apache/bcel/classfile/ConstantLong.java | 17 ++-
.../bcel/classfile/ConstantMethodHandle.java | 26 ++++
.../apache/bcel/classfile/ConstantMethodType.java | 15 ++
.../apache/bcel/classfile/ConstantMethodref.java | 6 +-
.../org/apache/bcel/classfile/ConstantModule.java | 18 ++-
.../org/apache/bcel/classfile/ConstantPackage.java | 18 ++-
.../org/apache/bcel/generic/CodeExceptionGen.java | 45 ++++--
.../apache/bcel/generic/CompoundInstruction.java | 5 +
src/main/java/org/apache/bcel/util/ClassQueue.java | 6 +
src/main/java/org/apache/bcel/util/ClassSet.java | 6 +
src/main/java/org/apache/bcel/util/ClassStack.java | 6 +
.../java/org/apache/bcel/util/ClassVector.java | 21 +++
24 files changed, 454 insertions(+), 78 deletions(-)