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.gui edu.umd.cs.findbugs.gui2 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 protected Project
FindBugsCommandLine. project
Project to analyze.Methods in edu.umd.cs.findbugs that return Project Modifier and Type Method Description Project
Project. duplicate()
Return an exact copy of this Project.Project
AddAnnotation. getProject()
Project
BugCollection. getProject()
Project
BugCollectionBugReporter. getProject()
Project
FindBugs2. getProject()
Project
FindBugsCommandLine. getProject()
Project
IFindBugsEngine. getProject()
Get the Project.Project
SortedBugCollection. getProject()
Project
TextUICommandLine. getProject()
static Project
Project. readProject(java.lang.String argument)
Read Project from named file.static Project
Project. readXML(java.io.File f)
Methods in edu.umd.cs.findbugs with parameters of type Project Modifier and Type Method Description void
Project. add(Project project2)
add information from project2 to this projectstatic void
FindBugs2. 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.static void
SourceLineAnnotation. generateRelativeSource(java.io.File relativeSourceBase, Project project)
void
AbstractBugReporter. reportBugsFromXml(java.io.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.Constructors in edu.umd.cs.findbugs with parameters of type Project Constructor Description BugCollectionBugReporter(Project project)
HTMLBugReporter(Project project, java.lang.String stylesheet)
SAXBugCollectionHandler(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 protected Project
AnalysisContext. project
Methods in edu.umd.cs.findbugs.ba that return Project Modifier and Type Method Description Project
SourceFinder. getProject()
Methods in edu.umd.cs.findbugs.ba with parameters of type Project Modifier and Type Method Description void
AnalysisContext. setProject(Project project)
Set the source path.Constructors in edu.umd.cs.findbugs.ba with parameters of type Project Constructor Description SourceFinder(Project project)
-
Uses of Project in edu.umd.cs.findbugs.gui
Constructors in edu.umd.cs.findbugs.gui with parameters of type Project Constructor Description AnalysisRun(Project project, FindBugsFrame frame)
Creates a new instance of AnalysisRun. -
Uses of Project in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 that return Project Modifier and Type Method Description Project
MainFrame. getProject()
static Project
BugLoader. loadProject(MainFrame mainFrame, java.io.File f)
Methods in edu.umd.cs.findbugs.gui2 with parameters of type Project Modifier and Type Method Description static 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 createdstatic SortedBugCollection
BugLoader. loadBugs(MainFrame mainFrame, Project project, java.io.File source)
static SortedBugCollection
BugLoader. loadBugs(MainFrame mainFrame, Project project, java.net.URL url)
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(java.io.File out, BugCollection data, Project p)
static void
BugSaver. saveBugs(java.io.OutputStream out, BugCollection data, Project p)
void
MainFrame. setProject(Project p)
Constructors in edu.umd.cs.findbugs.gui2 with parameters of type Project Constructor Description AnalyzingDialog(Project project, boolean changeSettings)
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.workflow
Methods in edu.umd.cs.findbugs.workflow with parameters of type Project Modifier and Type Method Description void
BugHistory. writeResultCollection(Project origProject, Project newProject, java.io.OutputStream outputStream)
Deprecated.Constructors in edu.umd.cs.findbugs.workflow with parameters of type Project Constructor Description SourceSearcher(Project project)
-