Codebase list findbugs / debian/latest src / scripts / standard / defectDensity
debian/latest

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

defectDensity @debian/latestraw · 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