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

Posted by rmcc on Stack Overflow See other posts from Stack Overflow or by rmcc
Published on 2010-04-07T15:01:40Z Indexed on 2010/04/07 15:03 UTC
Read the original article Hit count: 146

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse-plugin