lenamonj commented on PR #1783:
URL: https://github.com/apache/commons-lang/pull/1783#issuecomment-5594908129

   Pushed the private interface method case. 
getAccessibleMethodFromInterfaceNest now returns a declared interface method 
only when it is public and not static, so a private one falls through to the 
class's own public method. Without that change the new test errors with 
IllegalAccessException on your example, and it passes with it.
   
   The fixture pair is compiled with javac release 9 and checked in under 
src/test/resources next to its sources, since test sources build at 1.8. The 
test assumes Java 9 or later, so the Java 8 jobs skip it. Default goal green 
locally with -Ddoclint=all. The workflow runs on this head are action_required.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to