[jdk19] RFR: JDK-8275784: Bogus warning generated for record with compact constructor [v2]
Jonathan Gibbons
jjg at openjdk.org
Mon Jun 27 17:11:39 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.
Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
fix whitespace
-------------
Changes:
- all: https://git.openjdk.org/jdk19/pull/70/files
- new: https://git.openjdk.org/jdk19/pull/70/files/40444e97..efc85c3a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk19&pr=70&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk19&pr=70&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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 compiler-dev
mailing list