edu.umd.cs.findbugs
Class BugHistory

java.lang.Object
  extended by edu.umd.cs.findbugs.BugHistory

public class BugHistory
extends java.lang.Object

Analyze bug results to find new, fixed, and retained bugs between versions of the same program. In order to determine that bugs in different versions are the "same", we just eliminate source lines from consideration when comparing bug instances. This isn't guaranteed to do the right thing, so we might want to make this determination more sophisticated in the future.


Constructor Summary
BugHistory()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
private static java.util.TreeSet<BugInstance> readSet(java.lang.String filename, Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugHistory

public BugHistory()
Method Detail

main

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

readSet

private static java.util.TreeSet<BugInstance> readSet(java.lang.String filename,
                                                      Project project)
                                               throws java.lang.Exception
Throws:
java.lang.Exception