RFR: 8347826: Introspector shows wrong method list after 8071693 [v8]

Roman Marchenko rmarchenko at openjdk.org
Fri Mar 21 07:55:10 UTC 2025


On Fri, 21 Mar 2025 07:47:49 GMT, Roman Marchenko <rmarchenko at openjdk.org> wrote:

>> test/jdk/java/beans/Introspector/DefaultMethodBeanPropertyTest.java line 319:
>> 
>>> 317:     public static void testScenario7() {
>>> 318:         verifyMethods(D7.class,
>>> 319:             "public void DefaultMethodBeanPropertyTest$D7.setValue(java.lang.Runnable)"
>> 
>> `getValue` is not included because there's no implementation for it, right?
>
> Yes, correct.

Updated the description.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/23443#discussion_r2007032513


More information about the client-libs-dev mailing list