RFR: JDK-8275784: Bogus warning generated for record with compact constructor

Jonathan Gibbons jjg at openjdk.org
Fri Jun 24 21:00:43 UTC 2022


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.

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

Commit messages:
 - JDK-8275784: Bogus warning generated for record with compact constructor

Changes: https://git.openjdk.org/jdk19/pull/70/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk19&pr=70&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8275784
  Stats: 73 lines in 2 files changed: 71 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk19/pull/70.diff
  Fetch: git fetch https://git.openjdk.org/jdk19 pull/70/head:pull/70

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


More information about the javadoc-dev mailing list