Uses of Class
edu.umd.cs.findbugs.ProjectStats
Packages that use ProjectStats
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 ProjectStats in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ProjectStatsModifier and TypeFieldDescriptionprivate final ProjectStats
AbstractBugReporter.projectStats
private final ProjectStats
SortedBugCollection.projectStats
Methods in edu.umd.cs.findbugs that return ProjectStatsModifier and TypeMethodDescriptionProjectStats.clone()
AbstractBugReporter.getProjectStats()
BugCollection.getProjectStats()
Get the project stats.BugReportDispatcher.getProjectStats()
BugReporter.getProjectStats()
Get ProjectStats object used to store statistics about the overall project being analyzed.DelegatingBugReporter.getProjectStats()
SortedBugCollection.getProjectStats()
SynchronizedBugReporter.getProjectStats()
Methods in edu.umd.cs.findbugs with parameters of type ProjectStatsConstructors in edu.umd.cs.findbugs with parameters of type ProjectStatsModifierConstructorDescriptionSortedBugCollection
(ProjectStats projectStats) Constructor.SortedBugCollection
(ProjectStats projectStats, Project project) SortedBugCollection
(ProjectStats projectStats, Comparator<BugInstance> comparator) Constructor.SortedBugCollection
(ProjectStats projectStats, Comparator<BugInstance> comparator, Project project) -
Uses of ProjectStats in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as ProjectStats