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 0a7841e5 Fix spelling new e1f40f8f Throw IllegalStateException wrapping a CloneNotSupportedException instead of a plain NullPointerException new 7446c2d2 Inline single use local variable new af864d1d Fix compiler warning new ef617c74 Access statics directly new 6a1ec221 Remove redundant superinterface new 96911309 Replace use of deprecated code in examples The 6 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/examples/Mini/ASTExpr.java | 20 ++++++++++---------- src/examples/Mini/ASTFunAppl.java | 2 +- src/examples/Mini/ASTFunDecl.java | 10 +++++----- src/examples/Mini/ASTIdent.java | 2 +- src/examples/Mini/ASTIfExpr.java | 6 +++--- src/examples/Mini/ASTLetExpr.java | 2 +- src/examples/Mini/ASTProgram.java | 14 +++++++------- src/examples/ProxyCreator.java | 16 ++++++++-------- .../org/apache/bcel/classfile/FieldOrMethod.java | 18 +++++++----------- src/main/java/org/apache/bcel/util/JavaWrapper.java | 5 ++--- .../apache/bcel/classfile/CodeExceptionTestCase.java | 3 ++- .../apache/bcel/classfile/LocalVariableTestCase.java | 3 ++- .../org/apache/bcel/util/Class2HTMLTestCase.java | 3 ++- .../bcel/verifier/statics/Pass2VerifierTestCase.java | 3 ++- .../structurals/UninitializedObjectTypeTestCase.java | 3 ++- 15 files changed, 55 insertions(+), 55 deletions(-)