I run FindBugs from Ant task. I have preferences file .fbprefs which I want FindBugs to use, so that the bug report produced by Ant matches the one produced by Eclipse.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Unfortunately the ant task is based on filter files, see http://findbugs.sourceforge.net/manual/filter.html |
|||
|
|
|
You should start using filter files not the Eclipse plugin configuration. Check this resource: http://docs.codehaus.org/display/SONAR/Project+settings#Projectsettings-Excluderesources It should help you create a filter which corresponds to your Eclipse FindBugs plugin configuration. |
|||
|
|