[
https://issues.apache.org/jira/browse/AVRO-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated AVRO-1432:
-------------------------------
Attachment: AVRO-1432.patch
This eliminates all javadoc warnings except two which cannot be easily removed.
A private abstract class in SchemaBuilder (FieldDefault) is made public since
javadoc references one of its methods. It's formerly protected methods are
made package-private so that they remain invisible in javadoc.
The escaping of a hashtag in the compiler's velocity templates did not function
as intended causing generated code to emit javadoc warnings. The template is
altered to avoid using a hashtag.
> reduce javadoc warnings
> -----------------------
>
> Key: AVRO-1432
> URL: https://issues.apache.org/jira/browse/AVRO-1432
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Doug Cutting
> Assignee: Doug Cutting
> Fix For: 1.7.6
>
> Attachments: AVRO-1432.patch
>
>
> Avro's build currently generates a lot of javadoc warnings that should be
> eliminated.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)