An article at Develop in Java gives instructions for installing FindBugs in NetBeans 5.5 which is the IDE that I use. The instructions include configuring the update center. After installation an icon appears in the menu bar that invokes the analysis on the current project jar file. In order to repeat the analysis after a code fix, a build is required. This is great.