Uses of Interface
edu.umd.cs.findbugs.classfile.IErrorLogger
-
Packages that use IErrorLogger 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.ba edu.umd.cs.findbugs.ba.obl edu.umd.cs.findbugs.bugReporter 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. -
-
Uses of IErrorLogger in edu.umd.cs.findbugs
Subinterfaces of IErrorLogger in edu.umd.cs.findbugs Modifier and Type Interface Description interfaceBugReporterGeneric interface for bug reporter objects.Classes in edu.umd.cs.findbugs that implement IErrorLogger Modifier and Type Class Description classAbstractBugReporterAn abstract class which provides much of the functionality required of all BugReporter objects.classBugCollectionBugReporterclassCategoryFilteringBugReporterFilter reported warnings by category.classDelegatingBugReporterA BugReporter which delegates all method calls to another BugReporter.classEmacsBugReporterBugReporter to output warnings in Emacs format.classErrorCountingBugReporterA delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.classExcludingHashesBugReporterclassFilterBugReporterclassHTMLBugReporterclassPrintingBugReporterA simple BugReporter which simply prints the formatted message to the output stream.classSortingBugReporterA BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.classTextUIBugReporterBase class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.classXDocsBugReporterBugReporter to output warnings in xdocs format for Maven.classXMLBugReporterReport warnings as an XML document.Methods in edu.umd.cs.findbugs with parameters of type IErrorLogger Modifier and Type Method Description voidDiscoverSourceDirectories. 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 Modifier and Type Interface Description interfaceRepositoryLookupFailureCallbackAn interface which Repository class lookup failures are reported to.Classes in edu.umd.cs.findbugs.ba that implement IErrorLogger Modifier and Type Class Description classDebugRepositoryLookupFailureCallbackDebugRepositoryLookupFailureCallback 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 Constructor Description 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.bugReporter
Classes in edu.umd.cs.findbugs.bugReporter that implement IErrorLogger Modifier and Type Class Description classBugReporterDecoratorAbstract base class for bug reporters defined as plugins.classMaxRankDecoratorclassSuppressionDecorator -
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile that return IErrorLogger Modifier and Type Method Description IErrorLoggerIAnalysisCache. getErrorLogger()Get the error logger.Methods in edu.umd.cs.findbugs.classfile with parameters of type IErrorLogger Modifier and Type Method Description IClassPathBuilderIClassFactory. createClassPathBuilder(IErrorLogger errorLogger) -
Uses of IErrorLogger in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl that return IErrorLogger Modifier and Type Method Description IErrorLoggerAnalysisCache. getErrorLogger()Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type IErrorLogger Modifier and Type Method Description IClassPathBuilderClassFactory. createClassPathBuilder(IErrorLogger errorLogger)
-