Uses of Class
edu.umd.cs.findbugs.ProjectStats
-
Packages that use ProjectStats 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.detect -
-
Uses of ProjectStats in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as ProjectStats Modifier and Type Field Description private ProjectStats
AbstractBugReporter. projectStats
private ProjectStats
SortedBugCollection. projectStats
Methods in edu.umd.cs.findbugs that return ProjectStats Modifier and Type Method Description ProjectStats
ProjectStats. clone()
ProjectStats
AbstractBugReporter. getProjectStats()
ProjectStats
BugCollection. getProjectStats()
Get the project stats.ProjectStats
BugReportDispatcher. getProjectStats()
ProjectStats
BugReporter. getProjectStats()
Get ProjectStats object used to store statistics about the overall project being analyzed.ProjectStats
DelegatingBugReporter. getProjectStats()
ProjectStats
SortedBugCollection. getProjectStats()
ProjectStats
SynchronizedBugReporter. getProjectStats()
Methods in edu.umd.cs.findbugs with parameters of type ProjectStats Modifier and Type Method Description void
ProjectStats. addStats(ProjectStats stats2)
Constructors in edu.umd.cs.findbugs with parameters of type ProjectStats Constructor Description SortedBugCollection(ProjectStats projectStats)
Constructor.SortedBugCollection(ProjectStats projectStats, Project project)
SortedBugCollection(ProjectStats projectStats, java.util.Comparator<BugInstance> comparator)
Constructor.SortedBugCollection(ProjectStats projectStats, java.util.Comparator<BugInstance> comparator, Project project)
-
Uses of ProjectStats in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as ProjectStats Modifier and Type Field Description private ProjectStats
FindBugsSummaryStats. stats
-