Uses of Class
edu.umd.cs.findbugs.Project
-
Packages that use Project Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses.edu.umd.cs.findbugs.gui2 edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation which produces report in SARIF format.edu.umd.cs.findbugs.workflow -
-
Uses of Project in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as Project Modifier and Type Field Description private ProjectBugCollectionBugReporter. projectprivate ProjectDiscoverSourceDirectories. projectprivate ProjectFindBugs2. projectprotected ProjectFindBugsCommandLine. projectProject to analyze.private ProjectPrintingBugReporter.PrintingCommandLine. projectprivate ProjectSAXBugCollectionHandler. project(package private) ProjectSortedBugCollection. projectprivate ProjectXDocsBugReporter. projectFields in edu.umd.cs.findbugs with type parameters of type Project Modifier and Type Field Description (package private) static java.lang.ThreadLocal<Project>SourceLineAnnotation. myProjectMethods in edu.umd.cs.findbugs that return Project Modifier and Type Method Description ProjectProject. duplicate()Return an exact copy of this Project.ProjectBugCollection. getProject()ProjectBugCollectionBugReporter. getProject()ProjectFindBugs2. getProject()ProjectFindBugsCommandLine. getProject()ProjectIFindBugsEngine. getProject()Get the Project.ProjectPrintingBugReporter.PrintingCommandLine. getProject()ProjectSortedBugCollection. getProject()ProjectTextUICommandLine. getProject()static ProjectProject. readProject(java.lang.String argument)Read Project from named file.static ProjectProject. readXML(java.io.File f)Methods in edu.umd.cs.findbugs with parameters of type Project Modifier and Type Method Description voidProject. add(Project project2)add information from project2 to this projectstatic voidFindBugs2. createAnalysisContext(Project project, java.util.List<ClassDescriptor> appClassList, java.lang.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(java.io.File relativeSourceBase, Project project)static PluginPlugin. loadCustomPlugin(java.io.File f, Project project)Loads the given plugin and enables it for the given project.static PluginPlugin. loadCustomPlugin(java.net.URL urlString, Project project)Loads the given plugin and enables it for the given project.voidAbstractBugReporter. reportBugsFromXml(java.io.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 voidXDocsBugReporter. writeXML(java.io.Writer out, Project project)Constructors in edu.umd.cs.findbugs with parameters of type Project Constructor Description BugCollectionBugReporter(Project project)BugCollectionBugReporter(Project project, java.io.PrintWriter writer)HTMLBugReporter(Project project, java.lang.String stylesheet)SAXBugCollectionHandler(Project project, java.io.File base)SAXBugCollectionHandler(java.lang.String topLevelName, BugCollection bugCollection, Project project, java.io.File base)SortedBugCollection(Project project)SortedBugCollection(ProjectStats projectStats, Project project)SortedBugCollection(ProjectStats projectStats, java.util.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 Project Modifier and Type Field Description private ProjectAnalysisContext. projectprivate ProjectSourceFinder. projectMethods in edu.umd.cs.findbugs.ba that return Project Modifier and Type Method Description ProjectSourceFinder. getProject()Methods in edu.umd.cs.findbugs.ba with parameters of type Project Modifier and Type Method Description private voidSourceFinder. setProject(Project project)Constructors in edu.umd.cs.findbugs.ba with parameters of type Project Constructor Description AnalysisContext(Project project)SourceFinder(Project project) -
Uses of Project in edu.umd.cs.findbugs.gui2
Fields in edu.umd.cs.findbugs.gui2 declared as Project Modifier and Type Field Description private ProjectMainFrame. curProjectprivate ProjectAnalyzingDialog. projectprivate ProjectNewProjectWizard. projectprivate ProjectSourceDirectoryWizard. projectMethods in edu.umd.cs.findbugs.gui2 that return Project Modifier and Type Method Description ProjectMainFrame. getCurProject()ProjectMainFrame. getCurrentProject()private ProjectPreferencesFrame. getCurrentProject()ProjectMainFrame. getProject()static ProjectBugLoader. loadProject(MainFrame mainFrame, java.io.File f)Methods in edu.umd.cs.findbugs.gui2 with parameters of type Project Modifier and Type Method Description private 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.EnabledSettingsPreferencesFrame. isEnabled(Project project, Plugin plugin)static SortedBugCollectionBugLoader. loadBugs(MainFrame mainFrame, Project project, java.io.File source)static SortedBugCollectionBugLoader. loadBugs(MainFrame mainFrame, Project project, java.net.URL url)static 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(java.io.File out, BugCollection data, Project p)static voidBugSaver. saveBugs(java.io.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 voidAnalyzingDialog. show(Project project)static voidAnalyzingDialog. show(Project project, AnalysisCallback callback, boolean joinThread)Constructors in edu.umd.cs.findbugs.gui2 with parameters of type Project Constructor Description AnalyzingDialog(Project project, AnalysisCallback callback, boolean joinThread)NewProjectWizard(Project curProject)SourceDirectoryWizard(java.awt.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 Constructor Description SarifBugReporter(Project project) -
Uses of Project in edu.umd.cs.findbugs.workflow
Fields in edu.umd.cs.findbugs.workflow declared as Project Modifier and Type Field Description (package private) ProjectCopyBuggySource. projectMethods in edu.umd.cs.findbugs.workflow with parameters of type Project Modifier and Type Method Description (package private) voidFilter.FilterCommandLine. adjustFilter(Project project, BugCollection collection)Constructors in edu.umd.cs.findbugs.workflow with parameters of type Project Constructor Description SourceSearcher(Project project)
-