|
FindBugs™ 1.3.9 | |||||||||
| 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()
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 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.IOExceptionpublic static BugSet loadBugsHelper(BugCollection collection)
@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)
@CheckForNull
public static Project loadProject(MainFrame mainFrame,
java.io.File f)
public static BugCollection combineBugHistories()
@CheckForNull
public static BugCollection doAnalysis(@NonNull
Project p)
p -
@CheckForNull
public static BugCollection redoAnalysisKeepComments(@NonNull
Project p)
p -
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||