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.classfile |
A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
|
edu.umd.cs.findbugs.classfile.impl |
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
|
edu.umd.cs.findbugs.log |
Modifier and Type | Method and Description |
---|---|
Profiler |
ProjectStats.getProfiler() |
Modifier and Type | Method and Description |
---|---|
Profiler |
IAnalysisCache.getProfiler()
Get the analysis profiler instance, never null
|
Modifier and Type | Method and Description |
---|---|
Profiler |
AnalysisCache.getProfiler() |
Modifier and Type | Field and Description |
---|---|
protected Profiler |
Profiler.ClassNameComparator.profiler |
Constructor and Description |
---|
Profiler.ClassNameComparator(Profiler p) |
Profiler.TimePerCallComparator(Profiler p) |
Profiler.TotalCallsComparator(Profiler p) |
Profiler.TotalTimeComparator(Profiler p) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.