RFR: 8347826: Introspector shows wrong method list after 8071693 [v8]
Roman Marchenko
rmarchenko at openjdk.org
Fri Mar 21 07:50:50 UTC 2025
On Thu, 20 Mar 2025 20:52:33 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Roman Marchenko has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixing review comments 2
>
> 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.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23443#discussion_r2007027090
More information about the client-libs-dev
mailing list