On Fri, 25 Oct 2024 12:23:09 GMT, Hannes Wallnöfer <hann...@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. Closing this PR as in the current opt-out form the risks outweigh the benefits. ------------- PR Comment: https://git.openjdk.org/jdk/pull/21711#issuecomment-2470576447