edu.umd.cs.findbugs.workflow
Class Update
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verbose
public static boolean verbose
Update
public Update()
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