On Wed, 12 Jan 2022 15:32:40 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> It would be helpful if the order of the @param tags in the source was matched > the declaration. Can a warning be generated if the @param tags are out of > order? I think it is worth considering. Does it have to be a warning or would an informational notice also do? For something to be reported as warning it should have a certain gravity, I'm not sure `@param` order qualifies for it. ------------- PR: https://git.openjdk.java.net/jdk/pull/7046