defectDensity
Static java code analyzer to find bugs
Install
- All systems
-
curl cmd.cat/defectDensity.sh
- Debian
-
apt-get install findbugs
- Ubuntu
-
apt-get install findbugs
- 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
- Dockerfile
- dockerfile.run/defectDensity
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.