Package edu.umd.cs.findbugs.workflow
Class Update
java.lang.Object
edu.umd.cs.findbugs.workflow.Update
Java main application to compute update a historical bug collection with
results from another build/analysis.
- Author:
- William Pugh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic String[]getFilePathParts(String filePath) static voidmergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis) voidremoveBaselineBugs(BugCollection baselineCollection, BugCollection bugCollection)
-
Constructor Details
-
Update
public Update()
-
-
Method Details
-
removeBaselineBugs
-
mergeCollections
public BugCollection mergeCollections(BugCollection origCollection, BugCollection newCollection, boolean copyDeadBugs, boolean incrementalAnalysis) -
getFilePathParts
-
main
- Throws:
IOExceptionorg.dom4j.DocumentException
-
doit
- Throws:
IOExceptionorg.dom4j.DocumentException
-