Average Rating: 4.3/5.0
Number of Ratings: 87
Number of Reviews: 9
|
ChrisDolan
says:
|
Useful!
FindBugs is shockingly useful. I've run it on Java code that I thought was bulletproof only to reveal synchronization errors. It's found real bugs for me in Colletion.remove() where I mistakenly passed an instance of the wrong type so the remove is guaranteed to silently fail. 5 out of 5 users found the following review helpful. |
|
MarkEWaite
says:
|
High Value, Low Noise
Most of the static code analysis tools I've used over the years have shown a large amount of "noise" complaining about stylistic issues and a small amount of "value" detecting bugs in the code. This tool is different! The detected bugs make up the bulk of its reports. 4 out of 4 users found the following review helpful. |
|
...Heittman
says:
|
... and prevent them too
FindBugs provides important negative reinforcement when I fall into bad habits, for example, ignoring exceptions. My customer, your manager, and/or my peers might not notice, but FindBugs will. The certain knowledge that FindBugs will out my dodgy practices very effectively inhbits me from going down such roads in the first place. 1 out of 1 users found the following review helpful. |
|
... Marziou
says:
|
Excellent tool
I found it very useful when you have junior developers in the team, this tool really helps them to learn good coding practices quicker.
|
|
Nodens2k
says:
|
The Java programmer's best friend
Simple to use, not too hard to master, with good support from IDEs and build tools like Ant and Maven, and amazingly accurate. This tool is a must have.
|
|
...Loskutov
says:
|
... have tool for every Java developer
You use JUnit to test your code? You perform code reviews?
|
|
Nodens2k
says:
|
The Java programmer's best friend
Simple to use, not too hard to master, with good support from IDEs and build tools like Ant and Maven, and amazingly accurate. This tool is a must have.
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.