Replies: 2 comments
-
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=220928 and call hierarchy of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Problems with configurable severity, which explicitly excludes all errors mandated by JLS. Also things like build path errors can by their very nature not be ignored. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A classpath in JDT project can have the following entry:
The help page only says:
I like to replicate the behavior in a Tycho build and wonder what are "optional problems", does it mean simply ignore all warnings like
<compilerArgument>-nowarn:[${basedir}/src-gen]</compilerArgument>
?Beta Was this translation helpful? Give feedback.
All reactions