views:

82

answers:

1

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.

+2  A: 

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? ;)

St.Shadow