How to Install findbugs in Ubuntu 18.04



Install findbugs by entering the following commands in the terminal:

sudo apt update
sudo apt install findbugs

Description:

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.

Homepage: http://findbugs.sourceforge.net

Version: 3.1.0~preview2-3

Section: universe/java