Codebase list findbugs / upstream/3.0.1 src / scripts / deprecated / unionBugs
upstream/3.0.1

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

unionBugs @upstream/3.0.1raw · history · blame

#! /bin/sh

# Create the union of two results files, preserving
# annotations in both files in the result.

@GET_FBHOME@

@SET_DEFAULT_JAVA@

fb_mainclass=edu.umd.cs.findbugs.UnionResults

@WRAP_JAVA@

# vim:ts=3