RFR: 8071693: Introspector ignores default interface methods [v8]
Alexey Ivanov
aivanov at openjdk.org
Tue Apr 25 18:54:13 UTC 2023
On Tue, 25 Apr 2023 18:52:16 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
>> The `Introspector` class was never updated to include `default` methods inherited from interfaces.
>>
>> This patch attempts to fix that omission.
>
> Archie Cobbs has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 13 additional commits since the last revision:
>
> - Whitespace cleanups suggested by review.
> - Merge branch 'master' into JDK-8071693
> - Jam lines into 80 columns.
> - Add more scenarios to the regression test.
> - Add braces around if clause.
> - Add comment describing what IGNORABLE_INTERFACES is for.
> - Put braces around single-line "if" statement clauses in test.
> - Merge branch 'master' into JDK-8071693
> - Verify static method is not mistakenly identified as property getter.
> - Use Modifier.isAbstract() convenience method instead of bit masking test.
> - ... and 3 more: https://git.openjdk.org/jdk/compare/dbafbae5...b92726a9
Marked as reviewed by aivanov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13544#pullrequestreview-1400539491
More information about the client-libs-dev
mailing list