On Fri, 21 Mar 2025 07:47:49 GMT, Roman Marchenko <rmarche...@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