On Tue, 5 Jan 2021 17:00:10 GMT, Hannes Wallnöfer wrote:
>> Using the `@serial` tag, a class can explicitly opt-in to being documented
>> on the serialized form page. However, a class that does not want to opt-in
>> should not be required to have a doc comment, and should not trigger the
>> "
> Using the `@serial` tag, a class can explicitly opt-in to being documented on
> the serialized form page. However, a class that does not want to opt-in
> should not be required to have a doc comment, and should not trigger the
> "missing comment" warning if there is no comment.
>
> The fix i
On Thu, 24 Dec 2020 21:16:35 GMT, Jonathan Gibbons wrote:
> Using the `@serial` tag, a class can explicitly opt-in to being documented on
> the serialized form page. However, a class that does not want to opt-in
> should not be required to have a doc comment, and should not trigger the
> "mis
> There are two parts to the fix:
>
> 1. Similar to that of JDK-8251200: predicate methods in `Utils` used to
> check if an element has certain tags in its doc comment may trigger the
> missing comment check even when there does not need to be a comment.
>
> 2. When synthesizing comments for t
> There are two parts to the fix:
>
> 1. Similar to that of JDK-8251200: predicate methods in `Utils` used to
> check if an element has certain tags in its doc comment may trigger the
> missing comment check even when there does not need to be a comment.
>
> 2. When synthesizing comments for t
On Fri, 25 Dec 2020 01:56:03 GMT, Jonathan Gibbons wrote:
> There are two parts to the fix:
>
> 1. Similar to that of JDK-8251200: predicate methods in `Utils` used to
> check if an element has certain tags in its doc comment may trigger the
> missing comment check even when there does not ne
On Wed, 28 Oct 2020 03:26:16 GMT, Yoshiki Sato wrote:
> HTML4 is no longer supported in javadoc.
>
> doclint needs to drop HTML4 support as well.
> The changes consist of:
> * Removing -Xhtmlversion option from doclint and --doclint-format from javac.
> * Removing jdk.javadoc.internal.doclint.Ht