Skip to content
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

Closed
Yanpas opened this issue Apr 6, 2021 · 3 comments · Fixed by #1721
Closed

Set org.eclipse.jdt.core.compiler.problem.missingSerialVersion to ignore by default #1714

Yanpas opened this issue Apr 6, 2021 · 3 comments · Fixed by #1721
Assignees

Comments

@Yanpas
Copy link

Yanpas commented Apr 6, 2021

Each time I import some java project from vscode I get myriad of such useless warnings

@snjeza
Copy link
Contributor

snjeza commented Apr 6, 2021

Related PR - #1579

@rgrunber
Copy link
Contributor

rgrunber commented Apr 6, 2021

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.

@testforstephen
Copy link
Contributor

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.

@rgrunber rgrunber self-assigned this Apr 12, 2021
rgrunber added a commit to rgrunber/eclipse.jdt.ls that referenced this issue Apr 12, 2021
- Fixes eclipse-jdtls#1714

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
@fbricon fbricon added this to the End March 2021 milestone Apr 12, 2021
fbricon pushed a commit that referenced this issue Apr 12, 2021
- Fixes #1714

Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants