[ 
https://issues.apache.org/jira/browse/GORA-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332410#comment-14332410
 ] 

Lewis John McGibbney commented on GORA-412:
-------------------------------------------

+1 [~renato2099], I would also be in favor for that suggestion. 

> 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
>             Fix For: 0.7
>
>
> 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)

Reply via email to