RFR: 8342825: Fix order of @param tags in module java.desktop

Hannes Wallnöfer hannesw at openjdk.org
Tue Oct 22 13:19:09 UTC 2024


Please review a doc-only change to fix the order of javadoc @param tags in module java.desktop.

We are working on a javadoc feature to add an opt-in doclint warning for @param tags that don't match the order of parameters in the documented element. The warning will be enabled in OpenJDK builds and covers all uses of the @param tag, i.e. parameters of executable elements, type parameters, and record components.

I compared the generated API docs built with this branch with API docs built from master branch to make sure they are identical.

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

Commit messages:
 - Update copyright headers
 - JDK-8342825: Fix order of @param tags in module java.desktop

Changes: https://git.openjdk.org/jdk/pull/21636/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21636&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8342825
  Stats: 85 lines in 12 files changed: 37 ins; 37 del; 11 mod
  Patch: https://git.openjdk.org/jdk/pull/21636.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21636/head:pull/21636

PR: https://git.openjdk.org/jdk/pull/21636


More information about the client-libs-dev mailing list