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 9138e9ea Tests and coverage for Utility class #175
9138e9ea is described below

commit 9138e9ea036664c3f765634681be712fa38300a7
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Sat Nov 26 16:08:43 2022 -0500

    Tests and coverage for Utility class #175
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f75e3e42..c5e12995 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -110,8 +110,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="fix" dev="markt" 
due-to="OSS-Fuzz">References to constant pool entries that are not of the 
expected type should throw ClassFormatException, not 
ClassCastException.</action>
       <action                  type="fix" dev="markt" due-to="OSS-Fuzz">When 
parsing an invalid class, ensure ClassParser.parse() throws 
ClassFormatException, not IllegalArgumentException.</action>
       <action                  type="fix" dev="markt" 
due-to="OSS-Fuzz">org.apache.bcel.classfile.Code constructors now throw 
ClassFormatException on invalid input.</action>
-      <action                  type="fix" dev="markt" 
due-to="OSS-Fuzz">org.apache.bcel.classfile.StackMapType constructors now throw 
ClassFormatException on invalid input.</action>      <!-- UPDATE -->
-      <action                  type="fix" dev="markt" due-to="OSS-Fuzz">When 
parsing class files, limit arrays to no more than 255 dimensions as per section 
4.4.1 of the JVM specification</action>
+      <action                  type="fix" dev="markt" 
due-to="OSS-Fuzz">org.apache.bcel.classfile.StackMapType constructors now throw 
ClassFormatException on invalid input.</action>
+      <action                  type="fix" dev="markt" due-to="OSS-Fuzz">When 
parsing class files, limit arrays to no more than 255 dimensions as per section 
4.4.1 of the JVM specification.</action>
+      <action                  type="fix" dev="ggregory" 
due-to="nbauma109">Tests and coverage for Utility class #175.</action>
       <!-- UPDATE -->
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Bump spotbugs-maven-plugin from 4.7.2.2 to 4.7.3.0 #167.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump jmh.version from 1.35 to 1.36 #170.</action>

Reply via email to