#! /bin/sh

# Generate a defect density table from a bug collection

exec "$(dirname $0)/fbwrap" edu.umd.cs.findbugs.workflow.DefectDensity "$@"
