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 cec6179e Build TABLESWITCH from sorted arrays in SWITCH (#518).
cec6179e is described below
commit cec6179e079f0a5b676f4ba602ca38a3e3d1ee86
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 15:28:46 2026 -0400
Build TABLESWITCH from sorted arrays in SWITCH (#518).
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4825364..ef504b0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Read unsigned bytecode operands in CodeHTML disassembler
(#511).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Deep-copy bootstrap arguments array in BootstrapMethod.copy()
(#516).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Use exclusive live-range end in
LocalVariableTable.getLocalVariable (#517).</action>
- <action type="fix" dev="ggregory" due-to="Dexter.k,
Gary Gregory">Build TABLESWITCH from sorted arrays in SWITCH (#518).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan,
Gary Gregory">Build TABLESWITCH from sorted arrays in SWITCH (#518).</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>