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

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

filterBugs @upstream/3.0.1raw · 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