Paul Sangree created AVRO-1380:
----------------------------------
Summary: 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
Priority: Minor
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#6144)