edu.umd.cs.findbugs.ml
Class GenerateUIDs
java.lang.Object
edu.umd.cs.findbugs.ml.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 |
GenerateUIDs(java.lang.String inputFilename,
java.lang.String outputFilename)
|
Method Summary |
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 |
GenerateUIDs
public GenerateUIDs(java.lang.String inputFilename,
java.lang.String outputFilename)
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
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.