IntelliJ IDEA 2024.3.1

Released: Dec 9, 2024

2024.3.1 での更新項目

機能

  • Introduced advanced interprocedural data flow analysis capabilities for Java and Kotlin. This allows you to find and fix security vulnerabilities in real time, ensuring your code is not only more efficient but also more secure.
  • JSON schema validation is now aware of YAML tags, for example, !reference in a .gitlab-ci.yml file.

不具合の修正

  • When changing the Version Control setting for remote development environments, the Open Diff as Editor Tab checkbox now works as intended.
  • The Render documentation comments option now works as expected.
  • Settings sync now works with self-signed certificates when a proxy is used.
  • Debugging a web application deployed on WebLogic 12.2 no longer affects IDE performance.
  • The IDE once again correctly matches Maven config files when working with several Maven projects simultaneously within one IDEA project.
  • Scroll positions are once again in sync for split panes of the same file, when the 'Open in Opposite Group' and 'Split...' actions are used.
  • The Merge Request Diff view now correctly shows the selected file.
  • The conversion to an enhanced switch now retains the default value.
  • Fixed the issue where, in some cases, Inline Method refactoring created unnecessary intermediate variables.