Software:Qodana

From HandWiki
Short description: Platform for inspection of code quality
Qodana
Qodana logo.svg
Qodana screenshot.png
Qodana code analysis example
Developer(s)JetBrains
Initial release2023
Stable release
2023.2 / July 27, 2023; 8 months ago (2023-07-27)[1]
Written in
Operating systemCross-platform
TypeStatic program analysis
LicenseProprietary
Websitejetbrains.com/qodana/

Qodana, created by developer tools company JetBrains, is a code quality platform with a static analysis engine that integrates into CI/CD pipelines.[2] It is used by software development teams to improve code quality by assisting them with the code review process, mitigating some human error, enforcing quality guidelines, and building quality gates, among other features.[3]

History and product development

Qodana preview was released in 2021, and the product was officially launched to the public in 2023, with support for over 60 programming languages and frameworks, most CI pipelines, and many JetBrains IDEs.[3] JetBrains made a Visual Studio Code extension available in late 2023.[4][5]

While developers can use the tool to support code reviews, spot bugs, and build quality gateways, it was also designed for QA engineers, security managers, development team leads, and legal teams.[3] For these teams, it is a code quality monitoring tool to identify and suggest fixes for bugs, security vulnerabilities, duplications, licence audits and imperfections.

Capabilities

The static code analysis tool integrates with CI/CD pipelines, allowing developers to address code problems within the IDE.[2] Qodana is the sole code quality platform that leverages inspections directly integrated into JetBrains IDEs.[3]

See also

References

External links