Package edu.umd.cs.findbugs.workflow
Class MineBugHistory
java.lang.Object
edu.umd.cs.findbugs.workflow.MineBugHistory
Mine historical information from a BugCollection. The BugCollection should be
built using UpdateBugCollection to record the history of analyzing all
versions over time.
- Author:
- David Hovemeyer, William Pugh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(PrintStream out) voiddumpNoTabs(PrintStream out) This implementation of dump() tries to better align columns (when viewed with a fixed-width font) by padding with spaces instead of using tabs.voiddumpOriginal(PrintStream out) This is how dump() was implemented up to and including version 0.9.5.voiddumpSummary(PrintStream out) voiddumpXml(PrintStream out) This is how dump() was implemented up to and including version 0.9.5.execute()static voidvoidsetBugCollection(SortedBugCollection bugCollection) voidsetFormatDates(boolean value) voidvoidvoidsetXml()
-
Constructor Details
-
MineBugHistory
public MineBugHistory() -
MineBugHistory
-
-
Method Details
-
setBugCollection
-
setFormatDates
public void setFormatDates(boolean value) -
setNoTabs
public void setNoTabs() -
setXml
public void setXml() -
setSummary
public void setSummary() -
execute
-
dump
-
dumpSummary
-
dumpOriginal
This is how dump() was implemented up to and including version 0.9.5. -
dumpNoTabs
This implementation of dump() tries to better align columns (when viewed with a fixed-width font) by padding with spaces instead of using tabs. Also, timestamps are formatted more tersely (-formatDates option). The bad news is that it requires a minimum of 112 columns.- See Also:
-
dumpXml
This is how dump() was implemented up to and including version 0.9.5. -
main
- Throws:
Exception
-