File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
docs/versions/release-notes Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -597,8 +597,17 @@ which is driven by the `COMPILER` environment variable in our Docker images.
597597:::
598598
599599Compiler options can be adjusted using the ` JAVA_COMPILER_OPTIONS ` system parameter (default: ` -g ` ).
600- For example, this allows temporarily ignoring certain types of warnings in custom code.
601- Note: compilation warnings are non-blocking but should be resolved rather than ignored.
600+ For example, this allows ** temporarily** ignoring some types of warnings in custom code such as:
601+
602+ - ` -unusedParam ` for ignoring unused method parameters
603+ - ` -unusedExceptionParam ` for ignoring unused exceptions
604+ - etc.
605+
606+ ::: note
607+
608+ Compilation warnings are non-blocking but ** should** be resolved rather than ignored.
609+
610+ :::
602611
603612The list of possible compiler options are described
604613[ in the Eclipse documentation] ( https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Ftasks%2Ftask-using_batch_compiler.htm ) .
You can’t perform that action at this time.
0 commit comments