[
https://issues.apache.org/jira/browse/GORA-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15511060#comment-15511060
]
Alfonso Nishikawa commented on GORA-412:
----------------------------------------
If no one objects, I will close this issue since it is being addressed in
GORA-495.
> Consider location of @SuppressWarnings("all") in compiled classes
> -----------------------------------------------------------------
>
> Key: GORA-412
> URL: https://issues.apache.org/jira/browse/GORA-412
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-compiler
> Affects Versions: 0.6
> Reporter: Lewis John McGibbney
> Assignee: Kevin Ratnasekera
> Fix For: 0.8
>
>
> Right now we silence Javac to any potential warnings by adding the following
> to compiled classes
> {code}
> /**
> * Autogenerated by Avro
> *
> * DO NOT EDIT DIRECTLY
> */
> package org.apache.gora....;
> @SuppressWarnings("all")
> ...
> {code}
> 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?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)