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

Pavel Rappo prappo at openjdk.org
Tue Jun 28 11:28:43 UTC 2022


On Mon, 27 Jun 2022 17:11:39 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.
>
> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix whitespace

Marked as reviewed by prappo (Reviewer).

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

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


More information about the javadoc-dev mailing list