Integrated: 8281376: Consider polymorphic methods when looking for overrides

Pavel Rappo prappo at openjdk.java.net
Wed Feb 23 16:20:55 UTC 2022


On Thu, 10 Feb 2022 15:41:51 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> When looking for an overridden method, javadoc treated generic method candidates differently from those nongeneric.
> 
> - The new tests fail without the fix and pass with the fix.
> - JDK API Documentation built before and after are identical.

This pull request has now been integrated.

Changeset: 35076af1
Author:    Pavel Rappo <prappo at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/35076af13acd1b9327d35ac67dc80c15bb1059c7
Stats:     227 lines in 5 files changed: 222 ins; 1 del; 4 mod

8281376: Consider polymorphic methods when looking for overrides

Reviewed-by: hannesw

-------------

PR: https://git.openjdk.java.net/jdk/pull/7427


More information about the javadoc-dev mailing list