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.
|
Modifier and Type | Method | Description |
---|---|---|
ProjectStats |
ProjectStats.clone() |
|
ProjectStats |
AbstractBugReporter.getProjectStats() |
|
ProjectStats |
BugCollection.getProjectStats() |
Get the project stats.
|
ProjectStats |
BugReporter.getProjectStats() |
Get ProjectStats object used to store statistics about the overall
project being analyzed.
|
ProjectStats |
DelegatingBugReporter.getProjectStats() |
|
ProjectStats |
SortedBugCollection.getProjectStats() |
Modifier and Type | Method | Description |
---|---|---|
void |
ProjectStats.addStats(ProjectStats stats2) |
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) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.