Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
Eclipse has added the ability to ignore warnings for specific source directories (see Bug 220928), it would be nice if source folders located under the build directory automatically got an ignore_optional_problems attribute set to true so generated code does not produce warnings:
<classpathentry including="**/*.java" kind="src" path="target/generated-sources"> <attributes> <attribute name="ignore_optional_problems" value="true"/> </attributes> </classpathentry>