[
https://issues.apache.org/jira/browse/AVRO-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734670#action_12734670
]
Scott Carey commented on AVRO-82:
---------------------------------
Or, I believe you can just change the options that Ant is passing to javac, and
add -Xlint. I'm not sure if that addresses all of the above, but it does for 3
of the four for sure.
http://java.sun.com/javase/6/docs/technotes/tools/solaris/javac.html
> A large number of Java warnings due to unused vairables etc.
> ------------------------------------------------------------
>
> Key: AVRO-82
> URL: https://issues.apache.org/jira/browse/AVRO-82
> Project: Avro
> Issue Type: Improvement
> Components: java
> Reporter: Thiruvalluvan M. G.
> Assignee: Thiruvalluvan M. G.
> Priority: Minor
> Attachments: AVRO-82.patch
>
>
> I', creating this JIRA to submit a patch that fix the following:
> - Unused imports
> - Unused private fields, local variables
> - Use of generic types without parameters
> - Missing setialVersionUID for serializable classes
> There are more than 50 compiler warnings due to these.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.