Integrated: JDK-8297216: Search results omit some methods
Hannes Wallnöfer
hannesw at openjdk.org
Tue Nov 29 10:24:37 UTC 2022
On Tue, 22 Nov 2022 14:38:34 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> Please review a fix for a bug where a method's parameter type could "mask" a method and result in the method to not appear in the search results. The fix consists in checking whether a match covers an element's name in the match loop.
>
> Note that the added test must be run manually as it requires GraalVM JS (or some other JS engine) to be installed. In addition to running the test I did extensive A/B testing to make sure search results remain unchanged apart from the bug fix.
This pull request has now been integrated.
Changeset: b27a61e6
Author: Hannes Wallnöfer <hannesw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b27a61e6240e19ae7802fc66894df90502508b9a
Stats: 52 lines in 2 files changed: 32 ins; 14 del; 6 mod
8297216: Search results omit some methods
Reviewed-by: jjg
-------------
PR: https://git.openjdk.org/jdk/pull/11287
More information about the javadoc-dev
mailing list