Please review a small fix to address issues with records in DocLint when 
invoked from javac.

In the course of this work, it was observed that DocLint does not check for 
`@param` tags for type parameters on a class or interface declaration. Fixing 
that uncovers issues in the JDK API documentation, so that part of the fix is 
disabled for now, and a followup bug has been filed. 
[JDK-8285496](https://bugs.openjdk.java.net/browse/JDK-8285496)

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

Commit messages:
 - JDK-8284994: -Xdoclint:all returns warning for records, even when documented 
properly

Changes: https://git.openjdk.java.net/jdk/pull/8375/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8375&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8284994
  Stats: 88 lines in 5 files changed: 69 ins; 1 del; 18 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8375.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8375/head:pull/8375

PR: https://git.openjdk.java.net/jdk/pull/8375

Reply via email to