RFR: JDK-8234682: The order of @param in the generated docs should match the method signature [v2]
Hannes Wallnöfer
hannesw at openjdk.java.net
Fri Jan 14 16:35:59 UTC 2022
On Fri, 14 Jan 2022 14:29:16 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8234682: Review feedback
>
> test/langtools/jdk/javadoc/doclet/testParamTaglet/pkg/C.java line 50:
>
>> 48: * @param b another duplicate
>> 49: */
>> 50: public void unorderedParams(int i, double d, boolean b) {}
>
> Consider adding `@Override` to this method and to `nonMatchingParams`.
Thanks for the feedback, Pavel. I added a commit that addresses all your suggestions.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7046
More information about the javadoc-dev
mailing list