-
Notifications
You must be signed in to change notification settings - Fork 408
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
Set org.eclipse.jdt.core.compiler.problem.missingSerialVersion to ignore by default #1714
Comments
Related PR - #1579 |
That PR (once merged) should allow users to have a global settings file, eliminating the need to copy anything between workspaces. With that said, this seems to come up every now and then ( redhat-developer/vscode-java#1356 ). @testforstephen @fbricon we've briefly mentioned, re-evaluating which compiler options are worth ignoring by default. Might be worth putting together a list and ignoring them. |
Agreed. It's definitely worth optimizing the compiler options for default values. I think users care about only a small fraction of the compiler options, and if we can optimize those options ahead of time, it can save them time. |
- Fixes eclipse-jdtls#1714 Signed-off-by: Roland Grunberg <[email protected]>
- Fixes #1714 Signed-off-by: Roland Grunberg <[email protected]>
Each time I import some java project from vscode I get myriad of such useless warnings
The text was updated successfully, but these errors were encountered: