This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/actions/checkout-v2.3.4
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git.


 discard b0b5f3d  Bump actions/checkout from v2.3.3 to v2.3.4
     add 32f22dc  Use Arrays.fill().
     add 40a63a9  Remove redundant calls to super().
     add 740eb92  No need to initialize to default value. Fix Javadoc typo.
     add 7a67c7c  Fix typos in Javadocs.
     add 8d1978a  Travis: Replace Java 14 with 15. One Java 11 build. Drop Java 
12, 13.
     add 899c786  Use final.
     add e7de6b0  Use final.
     add c26d888  Remove useless returns.
     add 31e352b  Use for-each.
     add ded3be7  Use final.
     add bc6517c  Add Java 17-EA to the GitHub build.
     add 47c1e21  Bump actions/checkout from v2.3.3 to v2.3.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b0b5f3d)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/checkout-v2.3.4 (47c1e21)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                             |  2 ++
 .travis.yml                                             |  5 +----
 src/examples/Mini/ASTExpr.java                          |  4 ++--
 src/examples/Mini/ASTFunDecl.java                       |  8 ++++----
 src/examples/Mini/ASTProgram.java                       | 10 +++++-----
 src/examples/Mini/MiniC.java                            |  2 +-
 src/examples/Mini/MiniParser.java                       |  4 ++--
 src/examples/Mini/ParseException.java                   |  3 +--
 src/examples/Mini/SimpleNode.java                       |  2 +-
 src/examples/listclass.java                             |  4 ++--
 .../org/apache/bcel/classfile/ClassFormatException.java |  1 -
 src/main/java/org/apache/bcel/classfile/Signature.java  |  1 -
 src/main/java/org/apache/bcel/classfile/Utility.java    |  5 ++---
 .../java/org/apache/bcel/generic/ClassGenException.java |  1 -
 src/main/java/org/apache/bcel/generic/IINC.java         |  2 +-
 .../apache/bcel/generic/LocalVariableInstruction.java   |  1 -
 .../apache/bcel/generic/NameSignatureInstruction.java   |  1 -
 src/main/java/org/apache/bcel/util/ClassPath.java       | 10 +++++-----
 .../java/org/apache/bcel/verifier/VerifyDialog.java     |  2 --
 .../bcel/verifier/exc/AssertionViolatedException.java   |  1 -
 .../bcel/verifier/exc/ClassConstraintException.java     |  1 -
 .../bcel/verifier/exc/CodeConstraintException.java      |  1 -
 .../org/apache/bcel/verifier/exc/LoadingException.java  |  1 -
 .../exc/LocalVariableInfoInconsistentException.java     |  1 -
 .../verifier/exc/StructuralCodeConstraintException.java |  1 -
 .../apache/bcel/verifier/exc/VerificationException.java |  1 -
 .../exc/VerifierConstraintViolatedException.java        |  1 -
 .../org/apache/bcel/verifier/statics/Pass2Verifier.java | 17 ++++++++---------
 .../verifier/structurals/InstConstraintVisitor.java     |  3 ---
 src/test/java/org/apache/bcel/PLSETestCase.java         |  2 +-
 .../org/apache/bcel/classfile/JDKClassDumpTestCase.java |  2 +-
 .../generic/GeneratingAnnotatedClassesTestCase.java     |  4 ++--
 .../org/apache/bcel/generic/JdkGenericDumpTestCase.java | 10 +++++-----
 .../apache/bcel/util/ModularRuntimeImageTestCase.java   |  8 ++++----
 .../apache/bcel/verifier/AbstractVerifierTestCase.java  |  2 +-
 35 files changed, 51 insertions(+), 73 deletions(-)

Reply via email to