Class CopyBuggySource


  • public class CopyBuggySource
    extends java.lang.Object
    Java main application to compute update a historical bug collection with results from another build/analysis.
    Author:
    William Pugh
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyBuggySource()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void close​(java.io.InputStream in)  
      static void close​(java.io.OutputStream out)  
      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

      • CopyBuggySource

        public CopyBuggySource()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                org.dom4j.DocumentException
        Throws:
        java.io.IOException
        org.dom4j.DocumentException
      • close

        public static void close​(java.io.InputStream in)
      • close

        public static void close​(java.io.OutputStream out)