
Qodana: Static Code Analysis Tool by JetBrains
Our automated quality gates analyze your code against predefined benchmarks, providing instant feedback and failing your pipelines if the code exceeds the number of issues with certain …
Byte Code Analyzer - IntelliJ IDEs Plugin | Marketplace
Dec 4, 2025 · The Plain View gives a textified representation of the byte code. The ASM View provides Java source code that contains all instructions to generate the class via the ASM library.
File and project analysis | IntelliJ IDEA Documentation - JetBrains
Aug 27, 2025 · IntelliJ IDEA analyzes your code in the file that is currently opened in the editor and highlights detected problems as you type. It also automatically checks your entire project …
Introduction to profiling | IntelliJ IDEA Documentation - JetBrains
Jul 29, 2025 · Profiling is a type of runtime analysis that operates on large amounts of runtime data and gives you a birds-eye view of what is happening inside a process. The collected data …
spotbugs-idea Plugin for JetBrains IDEs | JetBrains Marketplace
Jan 21, 2025 · SpotBugs is a defect detection tool for Java that uses static analysis to look for more than 400 bug patterns, such as null pointer dereferences, infinite recursive loops, bad …
What is Static Code Analysis? | JetBrains Qodana
You’ll learn why it’s useful and how it can make your code cleaner, safer, and easier to maintain. We’ll also compare it to dynamic code analysis, discuss its strengths and limitations, and …
Profile Java applications with ease - JetBrains
To start profiling in IntelliJ IDEA, click on three dots in the upper-right corner of the IDE or on a "Play" gutter icon next to a code line and select "Profile with IntelliJ Profiler".
Code Analysis for Your Projects With IntelliJ IDEA and Qodana
Oct 16, 2024 · As developers, we spend more time maintaining existing code than we do writing new code. Any tools that can help make this easier can save us a lot of time. In this blog post …
Introduction to Code Analysis in IntelliJ IDEA - The JetBrains Blog
Sep 22, 2024 · This series of blog posts will cover several ways in which code analysis in IntelliJ IDEA can help you find and fix problems in your code. In this first installment, we’ll start by …
Disable and suppress inspections | IntelliJ IDEA
Jun 17, 2025 · Inspections have severities according to which they highlight code problems in the editor. You can quickly disable code highlighting for an inspection without opening the settings.