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 84a4c331 Use try-with-resources
     new 2539f847 Javadoc format
     new c6e1019f Replace use of deprecated code in examples

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/examples/Mini/ASTExpr.java               |  25 +--
 src/examples/Mini/ASTFunAppl.java            |  10 +-
 src/examples/Mini/ASTFunDecl.java            |  17 +-
 src/examples/Mini/ASTIdent.java              |   9 +-
 src/examples/Mini/ASTIfExpr.java             |  18 +-
 src/examples/Mini/ASTInteger.java            |   3 +-
 src/examples/Mini/ASTLetExpr.java            |   6 +-
 src/examples/Mini/ASTProgram.java            |  26 +--
 src/examples/Mini/MiniC.java                 |  11 +-
 src/examples/Package.java                    |   4 +-
 src/examples/TransitiveHull.java             |   4 +-
 src/examples/listclass.java                  |   4 +-
 src/main/java/org/apache/bcel/Constants.java | 247 +++++++++++++++++++++++++++
 13 files changed, 325 insertions(+), 59 deletions(-)

Reply via email to