[
https://issues.apache.org/jira/browse/AVRO-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting resolved AVRO-1380.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.7.6
Assignee: Doug Cutting
A fix for this was included in AVRO-1432.
> Javadoc warning produced by avro-generated java source
> ------------------------------------------------------
>
> Key: AVRO-1380
> URL: https://issues.apache.org/jira/browse/AVRO-1380
> Project: Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.5
> Reporter: Paul Sangree
> Assignee: Doug Cutting
> Priority: Minor
> Fix For: 1.7.6
>
>
> The following warnings are produced when generating javadoc documentation
> from avro-generated java code.
> WARNING] /myworkspace/src/dto/MyClass.java:28: warning - Tag @link:illegal
> character: "92" in "\#newBuilder()"
> [WARNING] myworkspace/target/generated-sources/dto/MyClass.java:28: warning -
> Tag @link: reference not found: \#newBuilder()
> The warnings are caused by the back-slash character (ascii 92) in the
> expression in curly braces in the comment below. This comment is generated
> by avro code and is not in the avdl file.
> 23 /**
> 24 * Default constructor. Note that this does not initialize fields
> 25 * to their default values from the schema. If that is desired then
> 26 * one should use {@link \#newBuilder()}.
> 27 */
> 28 public MyClass() {}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)