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.