Class GenerateUIDs


  • public class GenerateUIDs
    extends java.lang.Object
    Add uid attributes to BugInstances in a BugCollection. A uid is an integer that uniquely identifies a BugInstance in a BugCollection. Right now this is only used in machine learning experiments.
    Author:
    David Hovemeyer
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerateUIDs​(java.lang.String inputFilename, java.lang.String outputFilename)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      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

      • GenerateUIDs

        public GenerateUIDs​(java.lang.String inputFilename,
                            java.lang.String outputFilename)
    • Method Detail

      • execute

        public void execute()
                     throws java.io.IOException,
                            org.dom4j.DocumentException
        Throws:
        java.io.IOException
        org.dom4j.DocumentException
      • main

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