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 5aca8616 Bump kotlin-stdlib from 1.8.10 to 1.8.20 #217
     new 430d90de Organize imports
     new e3969b8e Sort members
     new b3f0a1a0 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-bcel.git
     new 7fa02c59 Use final, use abbreviated array, use lambdas, remove 
trailing whitespace

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:
 .../org/apache/bcel/classfile/AnnotationEntry.java |  2 +-
 src/main/java/org/apache/bcel/classfile/Code.java  | 28 +++----
 .../java/org/apache/bcel/classfile/JavaClass.java  |  4 +-
 .../org/apache/bcel/classfile/StackMapType.java    | 18 ++--
 src/main/java/org/apache/bcel/generic/SWITCH.java  |  2 +-
 .../structurals/InstConstraintVisitor.java         |  2 +-
 .../java/org/apache/bcel/AnnotationEntryTest.java  | 12 +--
 .../bcel/classfile/ConstantPoolTestCase.java       |  1 +
 .../classfile/InvalidMethodSigantureTestCase.java  |  7 +-
 .../apache/bcel/classfile/SignatureTestCase.java   | 12 +--
 .../org/apache/bcel/classfile/UtilityTestCase.java | 83 ++++++++++---------
 .../org/apache/bcel/generic/BinaryOpCreator.java   | 12 +--
 .../bcel/generic/InstructionFactoryTestCase.java   | 15 ++--
 .../org/apache/bcel/util/BCELifierTestCase.java    | 16 ++--
 .../apache/bcel/verifier/VerifierMainTestCase.java | 24 +++---
 .../org/apache/bcel/verifier/VerifierTestCase.java | 30 +++----
 .../verifier/input/FieldVerifierChildClass.java    | 24 +++---
 .../input/StaticFieldVerifierChildClass.java       | 26 +++---
 .../org/apache/bcel/verifier/tests/JvmOpCodes.java | 96 +++++++++++-----------
 19 files changed, 208 insertions(+), 206 deletions(-)

Reply via email to