Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run FindBugs against only one Java class?

I use the FindBugs Eclipse plug-in and was wondering if I can simply analyze only one class rather than the entire project? I can't seem to figure it out. Simply right-clicking on the target class doesn't seem to do anything.

like image 214
rmcc Avatar asked Apr 07 '10 15:04

rmcc


1 Answers

Simply right-clicking (menu item FindBugs->FindBugs) on the target class work perfect for me. After performing it - just open FindBug view/prespective. May be you just have no problems in this class? ;)

like image 159
St.Shadow Avatar answered Sep 20 '22 11:09

St.Shadow