You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: