findbugs-dbStats

Static java code analyzer to find bugs

Install

All systems
curl cmd.cat/findbugs-dbStats.sh
Debian Debian
apt-get install findbugs
Ubuntu
apt-get install findbugs
image/svg+xml Kali Linux
apt-get install findbugs
Fedora
dnf install findbugs
Windows (WSL2)
sudo apt-get update sudo apt-get install findbugs
Raspbian
apt-get install findbugs

findbugs

Static java code analyzer to find bugs

Findbugs is a program which uses static analysis to look for bugs in Java code. It can analyze programs compiled for any version of Java, from 1.0 to 1.8. Findbugs provides both GUI and command line interfaces and supports many bug patterns.