FindBugs

Install FindBugs plugin for Eclipse

The used eclipse is eclipse-jee-helios-win32.

1. click menmu of 'help -->Install New Software...'

2. On the popup window of 'Install New Software...', click button of 'Add...'

3. On the popup window of 'Add...', enter below value into the input box of 'Location:'.
http://findbugs.cs.umd.edu/eclipse

4. return to the popup window of 'Install New Software...', select FindBugs plugin in list, click button of 'next', finish installation.

Use FindBug
1. right-click project, click property
2. on popup window, select FindBugs, enable 'Run automatically'


你可能感兴趣的:(eclipse)