public class BugLoader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static BugCollection |
combineBugHistories()
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)
Does what it says it does, hit apple r (control r on pc) and the analysis
is redone using the current project
|
static BugCollection |
doAnalysis(Project p,
FindBugsProgress progressCallback)
Performs an analysis and returns the BugSet created
|
static SortedBugCollection |
loadBugs(MainFrame mainFrame,
Project project,
java.io.File source) |
static SortedBugCollection |
loadBugs(MainFrame mainFrame,
Project project,
java.net.URL url) |
static Project |
loadProject(MainFrame mainFrame,
java.io.File f) |
static BugCollection |
redoAnalysisKeepComments(Project p)
Does what it says it does, hit apple r (control r on pc) and the analysis
is redone using the current project
|
public static BugCollection doAnalysis(@Nonnull Project p, FindBugsProgress progressCallback) throws java.io.IOException, java.lang.InterruptedException
p
- The Project to run the analysis onprogressCallback
- the progressCallBack is supposed to be supplied by analyzing
dialog, FindBugs supplies progress information while it runs
the analysisjava.lang.InterruptedException
java.io.IOException
@CheckForNull public static SortedBugCollection loadBugs(MainFrame mainFrame, Project project, java.io.File source)
@CheckForNull public static SortedBugCollection loadBugs(MainFrame mainFrame, Project project, java.net.URL url)
public static BugCollection combineBugHistories()
@CheckForNull public static BugCollection doAnalysis(@Nonnull Project p)
p
- @CheckForNull public static BugCollection redoAnalysisKeepComments(@Nonnull Project p)
p
- FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.