Skip to content

1.42.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 03:50
· 5 commits to main since this release
  • 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.