On Thu, 20 Apr 2023 14:22:47 GMT, Archie L. Cobbs <d...@openjdk.org> wrote:
>> The `Introspector` class was never updated to include `default` methods >> inherited from interfaces. >> >> This patch attempts to fix that omission. > > Archie L. Cobbs has updated the pull request incrementally with two > additional commits since the last revision: > > - Verify static method is not mistakenly identified as property getter. > - Use Modifier.isAbstract() convenience method instead of bit masking test. test/jdk/java/beans/Introspector/DefaultMethodBeanPropertyTest.java line 1: > 1: /* Is it expected that the test file doesn't compile with simple `javac DefaultMethodBeanPropertyTest.java`? It complains about `BeanUtils` not found. When run with jtreg, the test compiles successfully. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13544#discussion_r1174080179