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