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 90c98140 Update commons-parent from 50 to 52. new a8ba4e82 Checkstyle. new c4d889ac Checkstyle Use LF. 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: NOTICE.txt | 10 +- .../apache/bcel/classfile/DescendingVisitor.java | 1312 ++++++++++---------- .../org/apache/bcel/classfile/FieldOrMethod.java | 588 ++++----- .../org/apache/bcel/classfile/StackMapEntry.java | 4 +- .../org/apache/bcel/generic/INVOKEDYNAMIC.java | 296 ++--- .../org/apache/bcel/generic/InstructionHandle.java | 654 +++++----- .../org/apache/bcel/generic/InstructionList.java | 8 +- .../bcel/generic/LocalVariableInstruction.java | 10 +- .../org/apache/bcel/util/ModularRuntimeImage.java | 304 ++--- .../bcel/verifier/statics/Pass2Verifier.java | 20 +- .../verifier/structurals/ControlFlowGraph.java | 6 +- .../structurals/InstConstraintVisitor.java | 47 +- .../bcel/verifier/structurals/Subroutines.java | 2 +- 13 files changed, 1620 insertions(+), 1641 deletions(-)