Static analysis tool for finding bugs in Java code.
Static analysis tool for finding bugs in Java code.
Customer Reviews
Sriram V.
Advanced user of FindBugsEasy IDE integration to fix the issues during development itself.
Integration with CI/CD
It also shows suggestions on how to ifix the issue during development itself
The number of false positive issues raised in find bugs was low when compared to other static code analyzing tools that we used.
Time taken for the source code analysis was also very much quick.
Issue explanation can be a bit more detailed like showing some common issue examples.
Will be nice if findbugs includes more features to spot performance related issues.
Bad coding practise, security issues and correctness of the code are the issues we are trying to solve during development itself. This makes the code review a little easier to the team leads who do the review.
Customer Confidence Improves when we shows findbugs report as one of the evidence for code scanning.
The Ranking feature allows us to prioritise and focus on the high priority bugs immediately.