Codebase list findbugs / upstream/2.0.2 src / scripts / deprecated / unionResults
upstream/2.0.2

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

unionResults @upstream/2.0.2raw · history · blame

#! /bin/sh

# Deprecated

# 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.workflow.UnionResults

@WRAP_JAVA@

# vim:ts=3