You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Paul Sangree (JIRA)" <ji...@apache.org> on 2013/09/30 21:22:25 UTC

[jira] [Created] (AVRO-1380) Javadoc warning produced by avro-generated java source

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)