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
Methods in edu.umd.cs.findbugs that return ProjectStatsModifier and TypeMethodDescriptionProjectStats.clone()
AbstractBugReporter.getProjectStats()
BugCollection.getProjectStats()
Get the project stats.BugReporter.getProjectStats()
Get ProjectStats object used to store statistics about the overall project being analyzed.DelegatingBugReporter.getProjectStats()
SortedBugCollection.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)