edu.umd.cs.findbugs.workflow

Class Update

public class Update extends Object

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

Author: William Pugh

Method Summary
voiddoit(String[] args)
static String[]getFilePathParts(String filePath)
static voidmain(String[] args)
BugCollectionmergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)

Method Detail

doit

public void doit(String[] args)

getFilePathParts

public static String[] getFilePathParts(String filePath)

main

public static void main(String[] args)

mergeCollections

public BugCollection mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.