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 c5329a6 Update properties for next release. new 53e5fb4 Revert "[BCEL-330] Remove unnecessary references to Constants." new 6618b25 Revert "BCEL-330 (#35)" new cf60dc6 [BCEL-330] Remove unnecessary references to Constants. The 3 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 | 3 -- .../org/apache/bcel/classfile/CodeException.java | 3 +- .../org/apache/bcel/classfile/LocalVariable.java | 3 +- .../java/org/apache/bcel/generic/MethodGen.java | 40 +++++++++------------- src/main/java/org/apache/bcel/util/Class2HTML.java | 3 +- .../bcel/verifier/statics/Pass2Verifier.java | 3 +- .../structurals/UninitializedObjectType.java | 3 +- .../bcel/classfile/CodeExceptionTestCase.java} | 17 +++++---- .../bcel/classfile/LocalVariableTestCase.java} | 17 +++++---- .../org/apache/bcel/util/Class2HTMLTestCase.java | 11 ++++++ .../statics/Pass2VerifierTestCase.java} | 24 ++++++------- .../UninitializedObjectTypeTestCase.java} | 24 ++++++------- 12 files changed, 81 insertions(+), 70 deletions(-) copy src/{main/java/org/apache/bcel/classfile/Node.java => test/java/org/apache/bcel/classfile/CodeExceptionTestCase.java} (73%) copy src/{main/java/org/apache/bcel/classfile/Node.java => test/java/org/apache/bcel/classfile/LocalVariableTestCase.java} (73%) copy src/test/java/org/apache/bcel/{data/AttributeTestClassEM01.java => verifier/statics/Pass2VerifierTestCase.java} (73%) copy src/test/java/org/apache/bcel/{data/AttributeTestClassEM01.java => verifier/structurals/UninitializedObjectTypeTestCase.java} (72%)