Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Is this possible to run FindBugs on file save action?

I am using Eclipse indigo 3.7.2. I am using FindBugs to detect issues. Every time I did any modification in a class I need to rerun the report to check the issues. Is there any way to run the FindBugs on file save action?

like image 867
kannanrbk Avatar asked Apr 10 '13 10:04

kannanrbk


1 Answers

If you want to see the FindBugs results in Eclipse right click your project Properties -> FindBugs -> Enable project specific settings -> Run automatically.

like image 198
Kai Avatar answered Oct 20 '22 07:10

Kai