On Wed, 26 Jan 2022 16:20:30 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> Explorative refactoring performed while looking into multiple `@inheritDoc` > issues. The easiest way to review it is to, probably, go commit by commit; > they are quite focused and commented. Not only the branch as a whole, but all > the constituent commits should pass tests and leave JDK API Documentation > unchanged. Commit: Fix and simplify executableMembersEqual Nice. using abstraction methods instead of Strings is always good. Commit: Improve readability of WorkArounds.overriddenType Nice. Commit: Fix spelling (Inheritence vs. inheritance) !! +1 ------------- PR: https://git.openjdk.java.net/jdk/pull/7233