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.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
The package providing a
BugReporter implementation which produces report in SARIF format.-
Uses of Project in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ProjectModifier and TypeFieldDescriptionprivate final ProjectBugCollectionBugReporter.projectprivate ProjectDiscoverSourceDirectories.projectprivate ProjectFindBugs2.projectprotected ProjectFindBugsCommandLine.projectProject to analyze.private final ProjectPrintingBugReporter.PrintingCommandLine.projectprivate final ProjectSAXBugCollectionHandler.project(package private) final ProjectSortedBugCollection.projectprivate final ProjectXDocsBugReporter.projectFields in edu.umd.cs.findbugs with type parameters of type ProjectModifier and TypeFieldDescription(package private) static final ThreadLocal<Project> SourceLineAnnotation.myProjectMethods in edu.umd.cs.findbugs that return ProjectModifier and TypeMethodDescriptionProject.duplicate()Return an exact copy of this Project.BugCollection.getProject()BugCollectionBugReporter.getProject()FindBugs2.getProject()FindBugsCommandLine.getProject()IFindBugsEngine.getProject()Get the Project.PrintingBugReporter.PrintingCommandLine.getProject()SortedBugCollection.getProject()TextUICommandLine.getProject()static ProjectProject.readProject(String argument) Read Project from named file.static ProjectMethods in edu.umd.cs.findbugs with parameters of type ProjectModifier and TypeMethodDescriptionvoidadd information from project2 to this projectstatic voidFindBugs2.createAnalysisContext(Project project, List<ClassDescriptor> appClassList, String sourceInfoFileName) Create the AnalysisContext that will serve as the BCEL-compatibility layer over the AnalysisCache.private org.dom4j.DocumentXDocsBugReporter.endDocument(Project project) static voidSourceLineAnnotation.generateRelativeSource(File relativeSourceBase, Project project) static PluginPlugin.loadCustomPlugin(File f, Project project) Loads the given plugin and enables it for the given project.static PluginPlugin.loadCustomPlugin(URL urlString, Project project) Loads the given plugin and enables it for the given project.final voidAbstractBugReporter.reportBugsFromXml(InputStream in, Project theProject) voidDiscoverSourceDirectories.setProject(Project project) Set the Project for which we want to find source directories.voidFindBugs2.setProject(Project project) voidIFindBugsEngine.setProject(Project project) Set the Project.private voidConstructors 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) privateSAXBugCollectionHandler(String topLevelName, BugCollection bugCollection, 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
Fields in edu.umd.cs.findbugs.ba declared as ProjectModifier and TypeFieldDescriptionprivate final ProjectAnalysisContext.projectprivate ProjectSourceFinder.projectMethods in edu.umd.cs.findbugs.ba that return ProjectMethods in edu.umd.cs.findbugs.ba with parameters of type ProjectConstructors in edu.umd.cs.findbugs.ba with parameters of type Project -
Uses of Project in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as ProjectModifier and TypeFieldDescriptionprivate ProjectMainFrame.curProjectprivate final ProjectAnalyzingDialog.projectprivate ProjectNewProjectWizard.projectprivate final ProjectSourceDirectoryWizard.projectMethods in edu.umd.cs.findbugs.gui2 that return ProjectModifier and TypeMethodDescriptionMainFrame.getCurProject()MainFrame.getCurrentProject()private ProjectPreferencesFrame.getCurrentProject()MainFrame.getProject()static ProjectBugLoader.loadProject(MainFrame mainFrame, File f) Methods in edu.umd.cs.findbugs.gui2 with parameters of type ProjectModifier and TypeMethodDescriptionprivate voidNewProjectWizard.clearProjectSettings(Project p) private static IFindBugsEngineBugLoader.createEngine(Project p, BugReporter pcb) Create the IFindBugsEngine that will be used to analyze the application.static BugCollectionBugLoader.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 BugCollectionBugLoader.doAnalysis(Project p, FindBugsProgress progressCallback) Performs an analysis and returns the BugSet createdvoidMainFrameMenu.enableOrDisableItems(Project curProject, BugCollection bugCollection) (package private) PreferencesFrame.EnabledSettingsstatic SortedBugCollectionstatic SortedBugCollectionstatic BugCollectionBugLoader.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 voidBugSaver.saveBugs(File out, BugCollection data, Project p) static voidBugSaver.saveBugs(Writer out, BugCollection data, Project p) voidMainFrame.setProject(Project p) private voidMainFrame.setProjectAndBugCollection(Project project, BugCollection bugCollection) (package private) voidMainFrame.setProjectAndBugCollectionInSwingThread(Project project, BugCollection bc) static voidstatic voidAnalyzingDialog.show(Project project, AnalysisCallback callback, boolean joinThread) Constructors in edu.umd.cs.findbugs.gui2 with parameters of type ProjectModifierConstructorDescriptionprivateAnalyzingDialog(Project project, AnalysisCallback callback, boolean joinThread) NewProjectWizard(Project curProject) SourceDirectoryWizard(Frame parent, boolean modal, Project project, NewProjectWizard parentGUI) Creates new form SourceDirectoryWizard -
Uses of Project in edu.umd.cs.findbugs.sarif
Constructors in edu.umd.cs.findbugs.sarif with parameters of type Project -
Uses of Project in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as ProjectMethods in edu.umd.cs.findbugs.workflow with parameters of type ProjectModifier and TypeMethodDescription(package private) voidFilter.FilterCommandLine.adjustFilter(Project project, BugCollection collection) Constructors in edu.umd.cs.findbugs.workflow with parameters of type Project