-
Enhancement
-
Resolution: Unresolved
-
P4
-
19
-
Fix Understood
-
generic
-
generic
Currently we generate warnings for missing or duplicate @param tags, but not when the order of tags differs from the order of declared parameters. Although with JDK-8234682 javadoc may get better at fixing parameter order in the generated documentation, it would be helpful to also issue a warning (or maybe informational notice) when tag order does not match the code.
The check should be implemented in DocLint in order to be configurable.
The check should be implemented in DocLint in order to be configurable.
- csr for
-
JDK-8343542 Generate warning for wrong @param tag order
-
- Closed
-
- is blocked by
-
JDK-8342696 Fix order of @param tags
-
- Resolved
-
- relates to
-
JDK-8342696 Fix order of @param tags
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/21711