FindBugs™ 1.3.9

edu.umd.cs.findbugs.workflow
Class DefectDensity

java.lang.Object
  extended by edu.umd.cs.findbugs.workflow.DefectDensity

public class DefectDensity
extends java.lang.Object

Java main application to compute defect density for a bug collection (stored as an XML collection)

Author:
William Pugh

Constructor Summary
DefectDensity()
           
 
Method Summary
static double density(int bugs, int ncss)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefectDensity

public DefectDensity()
Method Detail

density

public static double density(int bugs,
                             int ncss)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.