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 1aa11df7 Remove duplicate entry
     new 3aeb4211 Add Checkstyle ImportOrder
     new f6220370 Add Checkstyle LeftCurly
     new df2bcb12 Add Checkstyle MissingOverride
     new 6c84bd37 Add Checkstyle RedundantModifier
     new 16f75b24 Add Checkstyle RightCurly
     new 99076ada Use a less lame Checkstyle comment
     new 406cd9cc Use the default Checkstyle reliefPattern

The 7 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/conf/checkstyle/checkstyle.xml                  | 21 ++++++++++++++-------
 src/examples/JasminVisitor.java                     |  2 +-
 src/examples/Mini/MiniC.java                        |  2 +-
 src/examples/Package.java                           |  6 +++---
 .../java/org/apache/bcel/classfile/Utility.java     |  4 ++--
 .../bcel/util/AbstractClassPathRepository.java      |  6 +++---
 src/main/java/org/apache/bcel/util/BCELFactory.java |  4 ++--
 src/main/java/org/apache/bcel/util/ClassPath.java   |  6 +++---
 .../apache/bcel/verifier/statics/Pass2Verifier.java |  2 +-
 .../bcel/verifier/statics/Pass3aVerifier.java       |  4 +---
 .../bcel/verifier/statics/StringRepresentation.java |  4 +---
 .../bcel/verifier/structurals/ControlFlowGraph.java |  3 +--
 .../bcel/verifier/structurals/ExecutionVisitor.java |  5 ++---
 .../verifier/structurals/InstConstraintVisitor.java |  7 ++++---
 .../bcel/verifier/structurals/Subroutines.java      |  3 ++-
 src/test/java/org/apache/bcel/OssFuzzTestCase.java  |  2 +-
 .../ConstantPoolModuleToStringTestCase.java         |  4 ++--
 .../apache/bcel/classfile/ConstantPoolTestCase.java |  4 ++--
 .../classfile/InvalidMethodSigantureTestCase.java   |  2 +-
 .../apache/bcel/generic/JdkGenericDumpTestCase.java |  4 ++--
 .../bcel/util/ClassPathRepositoryTestCase.java      | 18 +++++++++---------
 .../org/apache/bcel/util/ClassPathTestCase.java     |  2 +-
 .../util/LruCacheClassPathRepositoryTestCase.java   |  6 +++---
 .../bcel/verifier/JiraBcel369TestFixture.java       |  3 +--
 .../verifier/statics/Pass3aVerifierTestCase.java    |  1 -
 25 files changed, 63 insertions(+), 62 deletions(-)

Reply via email to