|
FindBugs™ 1.3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui2.BugLoader
public class BugLoader
Everything having to do with loading bugs should end up here.
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)
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 file)
|
static SortedBugCollection |
loadBugs(MainFrame mainFrame,
Project project,
java.io.InputStream in)
|
static SortedBugCollection |
loadBugs(MainFrame mainFrame,
Project project,
java.net.URL url)
|
static BugSet |
loadBugsHelper(BugCollection collection)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 analysis
java.lang.InterruptedException
java.io.IOException
public static BugSet loadBugsHelper(BugCollection collection)
public static SortedBugCollection loadBugs(MainFrame mainFrame, Project project, java.net.URL url)
public static SortedBugCollection loadBugs(MainFrame mainFrame, Project project, java.io.File file)
@CheckForNull public static SortedBugCollection loadBugs(MainFrame mainFrame, Project project, java.io.InputStream in)
@CheckForNull public static Project loadProject(MainFrame mainFrame, java.io.File f)
public static BugCollection combineBugHistories(Project project)
project
- TODO
@CheckForNull public static BugCollection doAnalysis(@NonNull Project p)
p
-
@CheckForNull public static BugCollection redoAnalysisKeepComments(@NonNull Project p)
p
-
|
FindBugs™ 1.3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |