Static Analyzers for Java Code
Software Engineering
Cloud Computing
Software Testing
Software Types
HOME
01.
IntelliJ IDEA Built-In Analyzer
02.
SonarSource uses the most advanced techniques (pattern matching, dataflow analysis) to analyze code and find Code Smells, Bugs and Security Vulnerabilities.
03.
SpotBugs is a program which uses static analysis to look for bugs in Java code
04.
PVS-Studio receives source code as input and builds a well-designed AST model with semantic information
05.
PMD - An extensible cross-language static code analyzer.
Programming Languages
Middleware
Software Frameworks
Computing Paradigms