Codebase list findbugs / upstream/2.0.2 src / scripts / standard / filterBugs
upstream/2.0.2

Tree @upstream/2.0.2 (Download .tar.gz)

filterBugs @upstream/2.0.2raw · history · blame

#! /bin/sh

# General purpose utility for filtering/transforming
# bug collection and/or historical bug collections

@GET_FBHOME@

@SET_DEFAULT_JAVA@

fb_mainclass=edu.umd.cs.findbugs.workflow.Filter

@WRAP_JAVA@

# vim:ts=3