Integrated: 8284299: Handle inheritDoc misuse more gracefully
Pavel Rappo
prappo at openjdk.java.net
Wed Apr 6 18:59:42 UTC 2022
On Tue, 5 Apr 2022 13:01:54 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> This is a straightforward change that fixes a certain type of crashes and improves diagnosability. For details, see the individual commit messages.
>
> One non-intuitive thing is that I had to specify `-Xdoclint:none` in the test to capture the respective warnings in the output. When I omitted `-Xdoclint` option or specified it in any other way, the warnings would disappear from the console. I know the mechanics of why that happens, but am unsure if it makes sense or is a bug.
This pull request has now been integrated.
Changeset: dd4a1bba
Author: Pavel Rappo <prappo at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/dd4a1bba91d69b1dc56c8f5b72275b3994cd82f9
Stats: 104 lines in 3 files changed: 103 ins; 0 del; 1 mod
8284299: Handle inheritDoc misuse more gracefully
Reviewed-by: jjg
-------------
PR: https://git.openjdk.java.net/jdk/pull/8107
More information about the javadoc-dev
mailing list