edu.umd.cs.findbugs
Class NewResults

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

public class NewResults
extends java.lang.Object


Constructor Summary
NewResults(SortedBugCollection origCollection, SortedBugCollection newCollection, Project project)
           
NewResults(java.lang.String origFilename, java.lang.String newFilename)
           
 
Method Summary
 SortedBugCollection execute()
           
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewResults

public NewResults(java.lang.String origFilename,
                  java.lang.String newFilename)
           throws java.io.IOException,
                  org.dom4j.DocumentException
Throws:
java.io.IOException
org.dom4j.DocumentException

NewResults

public NewResults(SortedBugCollection origCollection,
                  SortedBugCollection newCollection,
                  Project project)
Method Detail

execute

public SortedBugCollection execute()

main

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