Codebase list findbugs / upstream/3.1.0_preview2 src / scripts / standard / filterBugs
upstream/3.1.0_preview2

Tree @upstream/3.1.0_preview2 (Download .tar.gz)

filterBugs @upstream/3.1.0_preview2raw · 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