Uses of Class
edu.umd.cs.findbugs.Project
Packages that use Project
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of Project in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ProjectModifier and TypeFieldDescriptionprotected Project
FindBugsCommandLine.project
Project to analyze.Methods in edu.umd.cs.findbugs that return ProjectModifier and TypeMethodDescriptionProject.duplicate()
Return an exact copy of this Project.AddAnnotation.getProject()
BugCollection.getProject()
BugCollectionBugReporter.getProject()
FindBugs2.getProject()
FindBugsCommandLine.getProject()
IFindBugsEngine.getProject()
Get the Project.SortedBugCollection.getProject()
TextUICommandLine.getProject()
static Project
Project.readProject
(String argument) Read Project from named file.static Project
Methods in edu.umd.cs.findbugs with parameters of type ProjectModifier and TypeMethodDescriptionvoid
add information from project2 to this projectstatic void
FindBugs2.createAnalysisContext
(Project project, List<ClassDescriptor> appClassList, String sourceInfoFileName) Create the AnalysisContext that will serve as the BCEL-compatibility layer over the AnalysisCache.static void
SourceLineAnnotation.generateRelativeSource
(File relativeSourceBase, Project project) static Plugin
Plugin.loadCustomPlugin
(File f, Project project) Loads the given plugin and enables it for the given project.static Plugin
Plugin.loadCustomPlugin
(URL urlString, Project project) Loads the given plugin and enables it for the given project.void
CommandLineUiCallback.registerCloud
(Project project, BugCollection collection, Cloud cloud) void
IGuiCallback.registerCloud
(Project project, BugCollection collection, Cloud cloud) Called as soon as the cloud object is created, before it is initialized.final void
AbstractBugReporter.reportBugsFromXml
(InputStream in, Project theProject) void
DiscoverSourceDirectories.setProject
(Project project) Set the Project for which we want to find source directories.void
FindBugs2.setProject
(Project project) void
IFindBugsEngine.setProject
(Project project) Set the Project.void
CommandLineUiCallback.unregisterCloud
(Project project, BugCollection collection, Cloud cloud) void
IGuiCallback.unregisterCloud
(Project project, BugCollection collection, Cloud cloud) Constructors in edu.umd.cs.findbugs with parameters of type ProjectModifierConstructorDescriptionBugCollectionBugReporter
(Project project) BugCollectionBugReporter
(Project project, PrintWriter writer) HTMLBugReporter
(Project project, String stylesheet) SAXBugCollectionHandler
(Project project, File base) SortedBugCollection
(Project project) SortedBugCollection
(ProjectStats projectStats, Project project) SortedBugCollection
(ProjectStats projectStats, Comparator<BugInstance> comparator, Project project) XDocsBugReporter
(Project project) XMLBugReporter
(Project project) -
Uses of Project in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return ProjectConstructors in edu.umd.cs.findbugs.ba with parameters of type Project -
Uses of Project in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return ProjectModifier and TypeMethodDescriptionMainFrame.getCurProject()
MainFrame.getCurrentProject()
MainFrame.getProject()
static Project
BugLoader.loadProject
(MainFrame mainFrame, File f) Methods in edu.umd.cs.findbugs.gui2 with parameters of type ProjectModifier and TypeMethodDescriptionstatic BugCollection
BugLoader.doAnalysis
(Project p) Does what it says it does, hit apple r (control r on pc) and the analysis is redone using the current projectstatic BugCollection
BugLoader.doAnalysis
(Project p, FindBugsProgress progressCallback) Performs an analysis and returns the BugSet createdvoid
MainFrameMenu.enableOrDisableItems
(Project curProject, BugCollection bugCollection) static SortedBugCollection
static SortedBugCollection
static BugCollection
BugLoader.redoAnalysisKeepComments
(Project p) Does what it says it does, hit apple r (control r on pc) and the analysis is redone using the current projectstatic void
BugSaver.saveBugs
(File out, BugCollection data, Project p) static void
BugSaver.saveBugs
(Writer out, BugCollection data, Project p) void
MainFrame.setProject
(Project p) static void
static void
AnalyzingDialog.show
(Project project, AnalysisCallback callback, boolean joinThread) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type ProjectModifierConstructorDescriptionNewProjectWizard
(Project curProject) SourceDirectoryWizard
(Frame parent, boolean modal, Project project, NewProjectWizard parentGUI) Creates new form SourceDirectoryWizard -
Uses of Project in edu.umd.cs.findbugs.workflow
Constructors in edu.umd.cs.findbugs.workflow with parameters of type Project