[
https://issues.apache.org/jira/browse/PIG-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai resolved PIG-1049.
-----------------------------
Resolution: Won't Fix
Currently there is no solution to this problem. We may have to live with javacc
generated javac warnings for now. Here is a discussion in the sun java forum
attempt to deal with this issue:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6299893
May reopen the issue if we find a way to deal with it.
> Suppress javacc related javac warnings
> --------------------------------------
>
> Key: PIG-1049
> URL: https://issues.apache.org/jira/browse/PIG-1049
> Project: Pig
> Issue Type: Bug
> Components: impl
> Affects Versions: 0.4.0
> Reporter: Daniel Dai
> Assignee: Daniel Dai
> Fix For: 0.6.0
>
>
> There are 37 javac warnings generated by javacc. These are out of our control
> and I don't find an easy way to deal with those. They fall into four
> categories: dep-ann, unchecked, serial, cast. The only thing I can think of
> to suppress them is to suppress all those categories in build.xml. But those
> are major categories we are checking. If we disable those, then javac
> warnings are not useful to Pig.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.