edu.umd.cs.findbugs.workflow
public class MineBugHistory extends Object
Constructor Summary | |
---|---|
MineBugHistory() | |
MineBugHistory(BugCollection bugCollection) |
Method Summary | |
---|---|
void | dump(PrintStream out) |
void | dumpNoTabs(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.
|
void | dumpOriginal(PrintStream out) This is how dump() was implemented up to and including version 0.9.5. |
void | dumpSummary(PrintStream out) |
void | dumpXml(PrintStream out) This is how dump() was implemented up to and including version 0.9.5. |
MineBugHistory | execute() |
static void | main(String[] args) |
void | setBugCollection(BugCollection bugCollection) |
void | setFormatDates(boolean value) |
void | setNoTabs() |
void | setSummary() |
void | setXml() |
See Also: dumpOriginal