This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 6ae7c828 Verifier: test and coverage for SWAP instruction #188 6ae7c828 is described below commit 6ae7c828aaed36ff7b211f90c415c987e1fea3de Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Dec 29 14:48:51 2022 -0500 Verifier: test and coverage for SWAP instruction #188 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f420f8c9..d96d5ea6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="markt" due-to="OSS-Fuzz">Ensure that references to a constant pool entry with index zero trigger a ClassFormatException, not a NullPointerException.</action> <action type="fix" dev="markt" due-to="OSS-Fuzz">Ensure that references to the unused constant pool entry after a long/double entry triggers a ClassFormatException, not a NullPointerException.</action> <action type="fix" dev="markt" due-to="nbauma109">Test and coverage of InstructionFactory #190.</action> + <action type="fix" dev="ggregory" due-to="nbauma109">Verifier: test and coverage for SWAP instruction #188.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 55 #189.</action> </release>