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 40f8a0dd Field not found -> search field in both super class and 
implemented interfaces (5x duplicated code to find field by name and type is 
refactored to a new method and now supports package-private) #181
40f8a0dd is described below

commit 40f8a0dd9e7a6ce265392f079d34b4b2597b4d57
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Sun Apr 9 20:32:27 2023 -0400

    Field not found -> search field in both super class and implemented
    interfaces (5x duplicated code to find field by name and type is
    refactored to a new method and now supports package-private) #181
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e05774c..34b14c7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -80,6 +80,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="fix" dev="ggregory" 
due-to="nbauma109">Verifier: test and coverage for SWAP instruction 
#188.</action>
       <action                  type="fix" dev="ggregory" due-to="Jason 
Copenhaver, Gary Gregory">Exception parsing Kotlin class with 'fun `method name 
with () in it`()' #205.</action>
       <action                  type="fix" dev="ggregory" due-to="nbauma109, 
Gary Gregory">Fix null pointers in AnnotationEntry #213.</action>
+      <action                  type="fix" dev="ggregory" 
due-to="nbauma109">Field not found, search field in both super class and 
implemented interfaces (5x duplicated code to find field by name and type is 
refactored to a new method and now supports package-private) #181.</action>
       <!-- UPDATE -->
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Bump commons-parent from 54 to 56 #189, #198.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>

Reply via email to