edu.umd.cs.findbugs.workflow
Class Update

java.lang.Object
  extended by edu.umd.cs.findbugs.workflow.Update

public class Update
extends java.lang.Object

Java main application to compute update a historical bug collection with results from another build/analysis.

Author:
William Pugh

Field Summary
static boolean verbose
           
 
Constructor Summary
Update()
           
 
Method Summary
static java.lang.String[] getFilePathParts(java.lang.String filePath)
           
static void main(java.lang.String[] args)
           
static BugCollection mergeCollections(BugCollection origCollection, BugCollection newCollection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbose

public static boolean verbose
Constructor Detail

Update

public Update()
Method Detail

mergeCollections

public static BugCollection mergeCollections(BugCollection origCollection,
                                             BugCollection newCollection)

getFilePathParts

public static java.lang.String[] getFilePathParts(java.lang.String filePath)

main

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