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 87a5cae7 Fix for type.getType(...) use on non-signature type names
(#221)
new 1daf8193 Re-enabled and fix Checkstyle WhitespaceAround
new 44c4fb4f Fix for type.getType(...) use on non-signature type names #221
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/changes/changes.xml | 1 +
src/conf/checkstyle.xml | 3 +-
.../apache/bcel/generic/InstructionConstants.java | 4 +-
src/main/java/org/apache/bcel/util/BCELifier.java | 2 +-
.../bcel/verifier/statics/Pass2Verifier.java | 64 +++++++++++-----------
.../bcel/verifier/statics/Pass3aVerifier.java | 2 +-
.../verifier/structurals/ControlFlowGraph.java | 2 +-
.../structurals/InstConstraintVisitor.java | 4 +-
.../bcel/verifier/structurals/Pass3bVerifier.java | 2 +-
.../bcel/verifier/structurals/Subroutines.java | 4 +-
10 files changed, 45 insertions(+), 43 deletions(-)