Qodana 新版本发表

Released: Apr 21, 2026

2026.1 中的更新

特性

  • Native mode released - Native mode comes in handy if you have to deal with private packages or run Qodana on operating systems that do not provide complete support for Docker.
  • Qodana for C/C++ released - The C/C++ family of linters lets you analyze C and C++ projects that support any common build system like CMake or provide a 'compile_commands.json' file.

Released: Dec 19, 2025

2025.3 中的更新

特性

  • Global Project Configuration - This version includes support for Global Project Configuration, which brings Qodana users the ability to control all linter's configurations in a single place for an entire organization or a team. You can also use it to enforce best practices, company-wide, without compromising the needs of a specific project.
  • License Audit for .NET - The license detection engine for NuGet packages has been improved in this release, and now supports packages which follow the...

Released: Aug 14, 2025

2025.2 中的更新

特性

Native mode is now available for Go and Python linters:

  • This release has expanded Native mode to three more linters:
    • qodana-go.
    • qodana-python.
    • qodana-python-community.

Security analysis has a new look with a redesigned Taint Trace Explorer:

  • Version 2025.2 brings enhancements to the Taint Trace Explorer interface in the Security Analysis by Qodana plugin for IntelliJ IDEA. The updates are designed to improve trace readability, make navigation more efficient, and provide more information about...

Released: Apr 30, 2025

2025.1 中的更新

特性

  • Kotlin K2 Mode - The Kotlin K2 mode is now enabled by default for the 'Qodana for JVM' and 'Qodana Community for JVM' linters. This update offers improved performance and stability, along with new Kotlin 2.1 feature support.
  • Improved Incorrect Formatting inspection - The IncorrectFormatting inspection consolidates multiple formatting errors contained in a file into a single problem instead of listing every issue separately. Now, a single problem per file is displayed with example snippets to...

Released: Nov 29, 2024

2024.3 中的更新

特性

  • The taint analysis feature is now available for the Qodana for JVM linter.
  • A new version of the data flow analysis (DFA) inspection was implemented for the Qodana for Go linter.
  • The Qodana for Android and Qodana Community for Android linters now support new inspections.

Released: Sep 10, 2024

2024.2 中的更新

特性

  • Linter updates
    • Qodana native mode is now available on Linux, macOS and Microsoft Windows for Java, Kotlin, and Groovy, Python, PHP, JavaScript and TypeScript, Golang, and .NET (only the Qodana for .NET linter) projects.
    • The 'Qodana for .NET' linter now supports the quick-fix feature.
    • The 'Qodana for C/C++' linter can now run various Clang versions (v15 to 18).
  • Inspection updates
    • The 'Qodana for PHP' linter can analyze JavaScript and TypeScript projects like Qodana for JS.
    • The 'Qodana for...

Released: Apr 16, 2024

2024.1 中的更新

特性

  • Added the FlexInspect feature which lets you develop your own inspections from scratch using IntelliJ IDEA. Currently, the feature supports Java, Kotlin, JS, TypeScript, PHP, Go, Python, Ruby, SQL, XML, CSS, YAML, JSON, SHELL, DOCKERFILE, and MARKDOWN.
  • Qodana configuration settings can now be contained in any YAML-formatted file. This is available across all Qodana linters.
  • Incremental analysis of changes is now supported by all linters except Qodana Community for .NET.
  • The license audit...

Released: Dec 11, 2023

2023.3 中的更新

特性

  • Code coverage is now available for the Qodana for .NET, Qodana for Python, and Qodana for Go linters.
  • The native mode is now available for the Qodana for .NET linter.
  • The Qodana for .NET linter now supports the license audit feature.
  • The vulnerability checker feature now contains additional inspections.