From liach at openjdk.org Fri Aug 1 04:05:54 2025 From: liach at openjdk.org (Chen Liang) Date: Fri, 1 Aug 2025 04:05:54 GMT Subject: RFR: 8361316: javadoc tool fails with an exception for an inheritdoc on throws clause of a constructor In-Reply-To: References: Message-ID: On Wed, 30 Jul 2025 15:35:29 GMT, Hannes Walln?fer wrote: > Please review a simple fix for a javadoc failure when `{@inheritDoc}` is placed in the `@throws` tag of a constructor. > > `{@inheritDoc}` tags in invalid locations are treated as warnings, so we add a check for the warning and ignore the `{@inheritDoc}` when rendering the `@throws` tag. > > The test also checks `{@inheritDoc}` tags in a few other locations, such as field descriptions, constructor descriptions, and `@param` tags of constructors. The patch also includes some whitespace cleanup in the warning message and the existing tests. The new constraints look good. ------------- Marked as reviewed by liach (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/26557#pullrequestreview-3077581827 From hannesw at openjdk.org Fri Aug 1 08:41:58 2025 From: hannesw at openjdk.org (Hannes =?UTF-8?B?V2FsbG7DtmZlcg==?=) Date: Fri, 1 Aug 2025 08:41:58 GMT Subject: Integrated: 8361316: javadoc tool fails with an exception for an inheritdoc on throws clause of a constructor In-Reply-To: References: Message-ID: On Wed, 30 Jul 2025 15:35:29 GMT, Hannes Walln?fer wrote: > Please review a simple fix for a javadoc failure when `{@inheritDoc}` is placed in the `@throws` tag of a constructor. > > `{@inheritDoc}` tags in invalid locations are treated as warnings, so we add a check for the warning and ignore the `{@inheritDoc}` when rendering the `@throws` tag. > > The test also checks `{@inheritDoc}` tags in a few other locations, such as field descriptions, constructor descriptions, and `@param` tags of constructors. The patch also includes some whitespace cleanup in the warning message and the existing tests. This pull request has now been integrated. Changeset: d80b5c87 Author: Hannes Walln?fer URL: https://git.openjdk.org/jdk/commit/d80b5c8728a18c74cf427817b4b84052a5404870 Stats: 93 lines in 3 files changed: 71 ins; 1 del; 21 mod 8361316: javadoc tool fails with an exception for an inheritdoc on throws clause of a constructor Reviewed-by: nbenalla, liach ------------- PR: https://git.openjdk.org/jdk/pull/26557 From duke at openjdk.org Tue Aug 12 05:20:51 2025 From: duke at openjdk.org (Pasam Soujanya) Date: Tue, 12 Aug 2025 05:20:51 GMT Subject: RFR: 8365305: The ARIA role =?UTF-8?B?4oCYY29udGVudGluZm/igJk=?= is not valid for the element