Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Ubuntu Maverick, OpenJDK, Groovy 1.7.5, Gradle
Description
The Groovy compilation is creating generated files that contain code that generates warning. This leads to an impossible situation for those who want warning free compilation.
e.g. from the GPars code:
/tmp/groovy-generated-2342688056285823602-java-source/groovyx/gpars/dataflow/operator/DataFlowProcessor.java:18: warning: [cast] redundant cast to boolean protected boolean shouldBeMultiThreaded(java.util.Map channels) { return (boolean)false;}