Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
None
Description
Right now we silence Javac to any potential warnings by adding the following to compiled classes
/** * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ package org.apache.gora....; @SuppressWarnings("all") ...
This means that the Javadoc associated with the generated class is not interpreted correctly by clients such as Eclipse.
I propose to either
- remove the SupressWarnings altogether, or
- have it generated underneath the Javadoc string.
Any thoughts folks?
Attachments
Issue Links
- Is contained by
-
GORA-495 Gora compiler generates uncompilable databeans
- Resolved