ToolsSpotBugs
S

SpotBugs

Find bugs in Java programs using static analysis

lintingLGPL-2.1
Install
brew install spotbugs

About

SpotBugs is a program which uses static analysis to look for bugs in Java code. It looks for patterns that are likely to be errors.

javastatic-analysisbug-detectioncode-quality