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 f959849 [BCEL-339] Throw IllegalArgumentException, IllegalStateException, UnsupportedOperationException instead of RuntimeException. new d85b064 Remove trailing spaces. new 62f3cc3 Use final. new 2a590a5 Use enhanced for loop. new 0a5b0ff Use lambdas. The 4 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 | 12 ++++---- src/examples/Mini/ASTFunDecl.java | 32 ++++++++++------------ src/examples/Mini/ASTLetExpr.java | 3 +- src/examples/Mini/ASTProgram.java | 22 +++++++-------- src/examples/Mini/MiniC.java | 12 ++++---- src/examples/Mini/MiniParser.java | 8 +++--- src/examples/Mini/ParseException.java | 12 ++++---- src/examples/Mini/SimpleNode.java | 4 +-- src/examples/Package.java | 3 +- src/examples/listclass.java | 8 +++--- .../java/org/apache/bcel/generic/MethodGen.java | 6 ++-- src/main/java/org/apache/bcel/util/ClassPath.java | 20 +++++++------- .../bcel/classfile/CodeExceptionTestCase.java | 1 + .../bcel/classfile/LocalVariableTestCase.java | 1 + .../org/apache/bcel/generic/EmptyStaticInit.java | 2 +- .../org/apache/bcel/generic/MethodGenTestCase.java | 4 +-- .../org/apache/bcel/util/Class2HTMLTestCase.java | 1 + .../verifier/statics/Pass2VerifierTestCase.java | 1 + .../UninitializedObjectTypeTestCase.java | 1 + 19 files changed, 77 insertions(+), 76 deletions(-)