|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IErrorLogger | |
---|---|
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.ba | A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. |
edu.umd.cs.findbugs.ba.obl | Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g. |
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.gui |
Uses of IErrorLogger in edu.umd.cs.findbugs |
---|
Subinterfaces of IErrorLogger in edu.umd.cs.findbugs | |
---|---|
interface |
BugReporter
Generic interface for bug reporter objects. |
Classes in edu.umd.cs.findbugs that implement IErrorLogger | |
---|---|
class |
AbstractBugReporter
An abstract class which provides much of the functionality required of all BugReporter objects. |
class |
BugCollectionBugReporter
|
class |
CategoryFilteringBugReporter
Filter reported warnings by category. |
class |
DelegatingBugReporter
A BugReporter which delegates all method calls to another BugReporter. |
class |
EmacsBugReporter
BugReporter to output warnings in Emacs format. |
class |
ErrorCountingBugReporter
A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors. |
class |
ExcludingHashesBugReporter
|
class |
FilterBugReporter
|
class |
HTMLBugReporter
|
class |
PrintingBugReporter
A simple BugReporter which simply prints the formatted message to the output stream. |
class |
SortingBugReporter
A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them. |
class |
TextUIBugReporter
Base class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors. |
class |
XDocsBugReporter
BugReporter to output warnings in xdocs format for Maven. |
class |
XMLBugReporter
Report warnings as an XML document. |
Methods in edu.umd.cs.findbugs with parameters of type IErrorLogger | |
---|---|
void |
DiscoverSourceDirectories.setErrorLogger(IErrorLogger errorLogger)
Set the error logger to use to report errors during scanning. |
Uses of IErrorLogger in edu.umd.cs.findbugs.ba |
---|
Subinterfaces of IErrorLogger in edu.umd.cs.findbugs.ba | |
---|---|
interface |
RepositoryLookupFailureCallback
An interface which Repository class lookup failures are reported to. |
Classes in edu.umd.cs.findbugs.ba that implement IErrorLogger | |
---|---|
class |
DebugRepositoryLookupFailureCallback
DebugRepositoryLookupFailureCallback implementation for debugging. |
Uses of IErrorLogger in edu.umd.cs.findbugs.ba.obl |
---|
Constructors in edu.umd.cs.findbugs.ba.obl with parameters of type IErrorLogger | |
---|---|
ObligationAnalysis(DepthFirstSearch dfs,
XMethod xmethod,
org.apache.bcel.generic.ConstantPoolGen cpg,
ObligationFactory factory,
ObligationPolicyDatabase database,
TypeDataflow typeDataflow,
IsNullValueDataflow invDataflow,
IErrorLogger errorLogger)
Constructor. |
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile |
---|
Methods in edu.umd.cs.findbugs.classfile that return IErrorLogger | |
---|---|
IErrorLogger |
IAnalysisCache.getErrorLogger()
Get the error logger. |
Methods in edu.umd.cs.findbugs.classfile with parameters of type IErrorLogger | |
---|---|
IClassPathBuilder |
IClassFactory.createClassPathBuilder(IErrorLogger errorLogger)
|
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile.impl |
---|
Methods in edu.umd.cs.findbugs.classfile.impl that return IErrorLogger | |
---|---|
IErrorLogger |
AnalysisCache.getErrorLogger()
|
Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type IErrorLogger | |
---|---|
IClassPathBuilder |
ClassFactory.createClassPathBuilder(IErrorLogger errorLogger)
|
Uses of IErrorLogger in edu.umd.cs.findbugs.gui |
---|
Classes in edu.umd.cs.findbugs.gui that implement IErrorLogger | |
---|---|
class |
SwingGUIBugReporter
BugReporter used by AnalysisRun. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |