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 fcb6febf Use camel case for parameter names and local variable names new 31ab85a7 Use camel case for parameter names and local variable names new cc7982a9 Use camel case for (package) private names 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/main/java/org/apache/bcel/Repository.java | 12 ++++---- .../java/org/apache/bcel/generic/LOOKUPSWITCH.java | 10 +++--- src/main/java/org/apache/bcel/generic/SWITCH.java | 4 +-- src/main/java/org/apache/bcel/generic/Select.java | 12 ++++---- .../java/org/apache/bcel/generic/TABLESWITCH.java | 16 +++++----- .../bcel/verifier/statics/Pass2Verifier.java | 32 +++++++++---------- .../bcel/verifier/statics/Pass3aVerifier.java | 36 +++++++++++----------- .../bcel/verifier/structurals/Pass3bVerifier.java | 10 +++--- .../GeneratingAnnotatedClassesTestCase.java | 4 +-- 9 files changed, 68 insertions(+), 68 deletions(-)