Sunday, November 19, 2006

findbugs - a great tool for code review

One of my colleague introduced me to findbug. Its a tool for doing static analysis of your java code and tell you about possible bugs. Initially I was very skeptical because I was thinking that it will generate too many false positive. After few experimental run I am convinced that its great tool to find some hidden bugs and to do code review.

No comments: