[
https://issues.apache.org/jira/browse/GORA-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514359#comment-15514359
]
Hudson commented on GORA-412:
-----------------------------
FAILURE: Integrated in Jenkins build gora-trunk #1688 (See
[https://builds.apache.org/job/gora-trunk/1688/])
GORA-412 removed @SuppressWarnings(all) from record.vm velocity template
(kevin: rev 4cb5a8b4d46e9fc76cd91728855a431ddad2ca34)
* (edit)
gora-compiler/src/main/velocity/org/apache/gora/compiler/templates/record.vm
* (edit)
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
* (edit)
gora-core/src/examples/java/org/apache/gora/examples/generated/ImmutableFields.java
* (edit) gora-goraci/src/main/java/org/apache/gora/goraci/generated/CINode.java
* (edit)
gora-core/src/examples/java/org/apache/gora/examples/generated/Metadata.java
* (edit)
gora-core/src/examples/java/org/apache/gora/examples/generated/WebPage.java
* (edit) gora-core/src/examples/java/org/apache/gora/examples/generated/V2.java
* (edit)
gora-core/src/examples/java/org/apache/gora/examples/generated/TokenDatum.java
* (edit)
gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/MetricDatum.java
* (edit)
gora-core/src/examples/java/org/apache/gora/examples/generated/Employee.java
* (edit) gora-goraci/src/main/java/org/apache/gora/goraci/generated/Flushed.java
> 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.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)