Skip to content

Commit 25d0439

Browse files
Precisions
1 parent c69bdb1 commit 25d0439

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

docs/versions/release-notes/v6-3.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,17 @@ which is driven by the `COMPILER` environment variable in our Docker images.
597597
:::
598598

599599
Compiler 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

603612
The 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).

0 commit comments

Comments
 (0)