- enhancement - Implement methods in newly created type from an inherited sealed class. See JLS#1570.
- enhancement - Code action for "The left-hand side of an assginment must be a variable". See JLS#3441.
- bug fix - Avoid
StackOverflowError
when computing Extended Outline. See JLS#3435. - bug fix - Compilation failure with primitive array comparison. See #4020.
- bug fix - Avoid notifying of failures for workspace builds. See #4032.
- bug fix - Report language server exiting with unsaved changes as
java.ls.error
. See #4033. - documentation - Javac-based (experimental) compilation should require latest released Java SDK (24). See #4029.
- documentation - Fix return type typo in
qualifyMembers
example. See #4026.