filterBugs

34 views
Skip to first unread message

upulDI

unread,
Jun 12, 2007, 7:32:49 AM6/12/07
to FindBugs
hi.. this is my first post in this forum. i want to filter out only
new bugs (bugs from latest release ) in a bug xml file. How can i do
it .....

How can i use filterBugs command ???? I tried this code. But isn't
working......


findbugs -textui -filterbugs -newcode:true allBugs.xml filterdBugs.xml

Can anyone say the correct command for this .... Or else can anyone
give me the correct ant task (or java class name ) ... i tried
below ..... but its also not working ....... i think java classname
is invalid...

<target name="filter" >
<!-- Merging ${data.file} into ${hist.file} -->
<java classname="edu.umd.cs.findbugs.workflow.FilterBugs"
fork="true">
<jvmarg line="${jvmargs}"/>
<arg line="-filterBugs findbugs-hist.xml filteredBug.xml"/>
<classpath>
<pathelement path="${findbugs.home}/lib/findbugs.jar"/>
</classpath>
</java>
</target>

Thank you... If anyone know how to do it pls send me an answer
asap ..... upu...@gmail.com

Reply all
Reply to author
Forward
0 new messages