Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Java: ignore warnings from generated code
+3
−0
Again, I'm playing around with javaCC, and get those annoying warnings about "unused" and "dead code".
Is there a decent way to put a @SuppressWarnings annotation on a whole package but not on the whole project or workspace?

0 comment threads