Findbugs filter file for ignoring JUnits

Posted by deltaball on Stack Overflow See other posts from Stack Overflow or by deltaball
Published on 2009-04-16T14:56:53Z Indexed on 2010/06/12 3:32 UTC
Read the original article Hit count: 315

Filed under:
|
|
|

Hi guys,

I need to set up a filter file for my findbugs ant script that scans only the src/* files and not the test/* files.

What is the syntax for checking all classes while ignoring any filename or package name with 'test' in the name?

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about ant