This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 90b5c74d Use fixedLength for parsed LOOKUPSWITCH length (#499).
90b5c74d is described below
commit 90b5c74ddd9e03b95b80c5972371e87f9a8f030f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 20:03:56 2026 +0000
Use fixedLength for parsed LOOKUPSWITCH length (#499).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c2961d7..6d9c6dee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Validate index upper bound in CPInstruction, IINC and RET
setIndex (#506).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Use correct attribute tag in NestHost and ModuleMainClass
(#507).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Propagate runtime-visible flag when parsing parameter annotations
(#509).</action>
+ <action type="fix" dev="ggregory" due-to="Digiscrypt
Technologies, Gary Gregory">Use fixedLength for parsed LOOKUPSWITCH length
(#499).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add support for permitted subclasses #493.</action>
<action type="add" dev="ggregory" due-to="nbauma109,
Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action>