Codebase list findbugs / upstream/3.0.1 src / scripts / standard / defectDensity
upstream/3.0.1

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

defectDensity @upstream/3.0.1raw · history · blame

#! /bin/sh

# Generate a defect density table from a bug collection

@GET_FBHOME@

@SET_DEFAULT_JAVA@

fb_mainclass=edu.umd.cs.findbugs.workflow.DefectDensity

@WRAP_JAVA@

# vim:ts=3