I am running findbugs to generate the bugs in my project. I have
updated my pom.xml (maven) for find bugs.
It works fine and it generates report with all the categories. How to
remove a category (not to generate) from it? (For example, I don't
want to generate the Category - "STYLE")
Thanks in Advance !
On Feb 23, 4:08 am, "comp.lang.java.programmer"
<happykrish...@netscape.net> wrote:
> I am running findbugs to generate the bugs in my project. I have
> updated my pom.xml (maven) for find bugs.
[quoted text clipped - 4 lines]
>
> Thanks in Advance !
wht u need is exclude filter file! u can exclude chosen class/package/
bug-codes.
comp.lang.java.programmer - 23 Feb 2007 15:50 GMT
Thanks.
I don't want to exclude any files. I need to exculde to find bugs in a
Category. For example I want to exculde cosmetic bugs (exclude
Category ="STYLE") and I only concentrate on Category="PERFORMANCE"
bugs.