edu.umd.cs.findbugs.gui2
public class BugLoader extends Object
Method Summary | |
---|---|
static BugCollection | combineBugHistories(Project project)
TODO: This really needs to be rewritten such that they don't have to choose ALL xmls in one fel swoop. |
static BugCollection | doAnalysis(Project p, FindBugsProgress progressCallback)
Performs an analysis and returns the BugSet created
|
static SortedBugCollection | loadBugs(MainFrame mainFrame, Project project, URL url) |
static SortedBugCollection | loadBugs(MainFrame mainFrame, Project project, File file) |
static BugSet | loadBugsHelper(BugCollection collection) |
Parameters: project TODO
Returns: the merged collecction of bugs
Parameters: p The Project to run the analysis on progressCallback the progressCallBack is supposed to be supplied by analyzing dialog, FindBugs supplies progress information while it runs the analysis
Returns: the bugs found