-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable all warnings on generated code. #120
Comments
👤 reinierz 🕗 Sep 15, 2009 at 07:16 UTC Warnings like 'missing javadoc from public method' show up. We can't very well fix all of them, so |
👤 rgagnon934 🕗 Sep 16, 2009 at 13:43 UTC This is a show stopper for us, since we do not tolerate warnings in our code and are I tried modifying Lombok's source to add the @ SuppressWarnings("all") annotation to Could you give me an idea where I could find the proper information to be able to |
👤 reinierz 🕗 Sep 17, 2009 at 00:20 UTC Is there a way for @ SupressWarnings("all") itself to cause warnings? I know eclipse's "redundant We just fixed auto-format (which now works again in a test built on my machine, still need to polish this code a |
👤 reinierz 🕗 Jul 17, 2010 at 23:27 UTC Added this in commit a5e1995 - also for the $lock/$LOCK fields that are generated by @ Synchronized. Note that there's a bug in eclipse helios where having any annotation on any class generates a phantom missing javadoc warning on the class, whether or not it has javadoc. Uninstalling lombok doesn't fix it, so it seems to be an eclipse problem. Will be in release 0.9.3. |
End of migration |
Migrated from Google Code (issue 47)
The text was updated successfully, but these errors were encountered: