Description
Analyzes Java projects inside Eclipse with FindBugs-style checks for likely defects and suspicious patterns. It helps developers catch common mistakes before code reaches review or release.
Static analysis can report false positives or miss real bugs. Treat findings as review input and verify behavior with tests and code inspection.