Withdrawn: 8279931: Generate warning for wrong @param tag order

Hannes Wallnöfer hannesw at openjdk.org
Tue Nov 12 13:51:55 UTC 2024


On Fri, 25 Oct 2024 12:23:09 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Please review a change to add a DocLint warning for JavaDoc `@param` tags that don't match the order of parameters in the documented element. The warning is part of the the DocLint "reference" group. 
> 
> The code to check order of `@param` tags is written to detect wrong order even if some tags are missing. The test therefore contains a case combining missing and unordered tags, and runs `javadoc` both with reference warnings enabled and disabled.

This pull request has been closed without being integrated.

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

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


More information about the javadoc-dev mailing list