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

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

unionBugs @upstream/latestraw · 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