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

Warnings produced by Javac without ECJ equivalent #795

Open
mickaelistria opened this issue Sep 4, 2024 · 0 comments
Open

Warnings produced by Javac without ECJ equivalent #795

mickaelistria opened this issue Sep 4, 2024 · 0 comments

Comments

@mickaelistria
Copy link

mickaelistria commented Sep 4, 2024

Javac has some extra warnings that ECJ is missing. Currently, those are ignored, but they should be made visible to JDT (probably creating new IProblem definitions) to showcase potential improvements

  • compiler.warn.try.resource.not.referenced
  • compiler.warn.try.explicit.close.call
  • compiler.warn.possible.this.escape
  • compiler.warn.possible.this.escape.location
  • compiler.warn.possible.loss.of.precision
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

No branches or pull requests

1 participant