FindBugs™ 1.3.8

Uses of Class
edu.umd.cs.findbugs.ProjectStats

Packages that use ProjectStats
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. 
 

Uses of ProjectStats in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs that return ProjectStats
 ProjectStats SortedBugCollection.getProjectStats()
           
 ProjectStats DelegatingBugReporter.getProjectStats()
           
 ProjectStats BugReporter.getProjectStats()
          Get ProjectStats object used to store statistics about the overall project being analyzed.
 ProjectStats BugCollection.getProjectStats()
          Get the project stats.
 ProjectStats AbstractBugReporter.getProjectStats()
           
 

Methods in edu.umd.cs.findbugs with parameters of type ProjectStats
 void ProjectStats.addStats(ProjectStats stats2)
           
 

Constructors in edu.umd.cs.findbugs with parameters of type ProjectStats
SortedBugCollection(ProjectStats projectStats)
          Constructor.
SortedBugCollection(ProjectStats projectStats, java.util.Comparator<BugInstance> comparator)
          Constructor.
 


FindBugs™ 1.3.8

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.