Uses of Interface
edu.umd.cs.findbugs.classfile.IErrorLogger
Packages that use IErrorLogger
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Implementation of dataflow analysis for checking whether obligations to close streams and other resources
(e.g., database objects) are satisfied.
A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of IErrorLogger in edu.umd.cs.findbugs
Subinterfaces of IErrorLogger in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptioninterface
Generic interface for bug reporter objects.Classes in edu.umd.cs.findbugs that implement IErrorLoggerModifier and TypeClassDescriptionclass
An abstract class which provides much of the functionality required of all BugReporter objects.class
class
Bug reporter delegate actual operation to each bug reporter in the list.class
Filter reported warnings by category.class
A BugReporter which delegates all method calls to another BugReporter.class
BugReporter to output warnings in Emacs format.class
A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.class
class
class
class
A simple BugReporter which simply prints the formatted message to the output stream.class
A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.class
Base class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.class
BugReporter to output warnings in xdocs format for Maven.class
Report warnings as an XML document.Methods in edu.umd.cs.findbugs with parameters of type IErrorLoggerModifier and TypeMethodDescriptionvoid
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.baModifier and TypeInterfaceDescriptioninterface
An interface which Repository class lookup failures are reported to.Classes in edu.umd.cs.findbugs.ba that implement IErrorLoggerModifier and TypeClassDescriptionclass
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 IErrorLoggerModifierConstructorDescriptionObligationAnalysis
(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.bugReporter
Classes in edu.umd.cs.findbugs.bugReporter that implement IErrorLoggerModifier and TypeClassDescriptionclass
Abstract base class for bug reporters defined as plugins.class
class
-
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile that return IErrorLoggerMethods in edu.umd.cs.findbugs.classfile with parameters of type IErrorLogger -
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl that return IErrorLoggerMethods in edu.umd.cs.findbugs.classfile.impl with parameters of type IErrorLogger -
Uses of IErrorLogger in edu.umd.cs.findbugs.sarif
Classes in edu.umd.cs.findbugs.sarif that implement IErrorLogger