[jdk19] Integrated: JDK-8275784: Bogus warning generated for record with compact constructor

Jonathan Gibbons jjg at openjdk.org
Tue Jun 28 15:58:29 UTC 2022


On Fri, 24 Jun 2022 20:53:30 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a simple change to disable the check for missing `@param` tags in the case of a compact constructor for a record. In this case, there is no explicit argument list: it is inferred from the  list of record components, and so there is no need to check for `@param` tags.

This pull request has now been integrated.

Changeset: a814293e
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/jdk19/commit/a814293e1fb724cb85e66501ed7a8185409642df
Stats:     73 lines in 2 files changed: 71 ins; 0 del; 2 mod

8275784: Bogus warning generated for record with compact constructor

Reviewed-by: prappo

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

PR: https://git.openjdk.org/jdk19/pull/70


More information about the javadoc-dev mailing list