Codebase list findbugs / upstream/2.0.3+repack src / scripts / standard / defectDensity
upstream/2.0.3+repack

Tree @upstream/2.0.3+repack (Download .tar.gz)

defectDensity @upstream/2.0.3+repackraw · 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