[
https://issues.apache.org/jira/browse/CASSANDRA-18717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17751066#comment-17751066
]
Maxim Muzafarov commented on CASSANDRA-18717:
---------------------------------------------
The patch [#2548|https://github.com/apache/cassandra/pull/2548] fixes all the
errors (there are still a lot of warnings, 4240 warnings in total) that occur
when running the {{ant javadoc}} command leaving the structure of the javadocs
the same.
For example, the patch ignores missing {{@param}} because they do not lead to
errors:
{code:java}
* updates {@code digest} with the contents of {@code value}
*/
default void digest(V value, Digest digest)
{
digest(value, 0, size(value), digest);
}
{code}
> Fix errors or remove ant javadoc task
> -------------------------------------
>
> Key: CASSANDRA-18717
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18717
> Project: Cassandra
> Issue Type: Bug
> Components: Documentation/Javadoc
> Reporter: Ekaterina Dimitrova
> Assignee: Maxim Muzafarov
> Priority: Normal
> Fix For: 5.x
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> As discussed on CASSANDRA-17687, the javadoc task completes successfully, but
> there are errors that deserve to be fixed if we keep the task around.
> If we do not plan to use it, we should remove it and reduce the clutter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]