CSS

Friday, April 20, 2012

FindBugs

I just found the FindBugs project.  It is a great way of finding possible bugs in Java programs.  I spend some of my time taking care of a cranky old WebObjects + Java website.  I run the program against its code base and it found 368 possible errors.   Some were the relatively benign "Repeated conditional test" while others where the more serious "Incorrect lazy initialization and update of static field ".

No comments:

Post a Comment