Class 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

      Constructors 
      Constructor Description
      DefectDensity()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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