Uses of Interface
edu.umd.cs.findbugs.BugReporter
-
Packages that use BugReporter 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.asm 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.detect edu.umd.cs.findbugs.gui edu.umd.cs.findbugs.plan -
-
Uses of BugReporter in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement BugReporter 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.Fields in edu.umd.cs.findbugs declared as BugReporter Modifier and Type Field Description protected BugReporterResourceTrackingDetector. bugReporterMethods in edu.umd.cs.findbugs that return BugReporter Modifier and Type Method Description protected abstract BugReporterByteCodePatternDetector. getBugReporter()BugReporterFindBugs2. getBugReporter()BugReporterIFindBugsEngine. getBugReporter()Get the BugReporter.BugReporterDelegatingBugReporter. getDelegate()BugReporterBugCollectionBugReporter. getRealBugReporter()BugReporterBugReporter. getRealBugReporter()Get the real bug reporter at the end of a chain of delegating bug reporters.BugReporterDelegatingBugReporter. getRealBugReporter()BugReporterEmacsBugReporter. getRealBugReporter()BugReporterTextUIBugReporter. getRealBugReporter()Methods in edu.umd.cs.findbugs with parameters of type BugReporter Modifier and Type Method Description DetectorDetectorFactory. create(BugReporter bugReporter)Deprecated.Use createDetector2 in new codeDetector2DetectorFactory. createDetector2(BugReporter bugReporter)Create a Detector2 instance.static XClassLookup. findImplementor(XClass clazz, java.lang.String name, java.lang.String signature, boolean isStatic, BugReporter bugReporter)static org.apache.bcel.classfile.JavaClassLookup. findSuperDefiner(org.apache.bcel.classfile.JavaClass clazz, java.lang.String name, java.lang.String signature, BugReporter bugReporter)static XClassLookup. findSuperImplementor(XClass clazz, java.lang.String name, java.lang.String signature, boolean isStatic, BugReporter bugReporter)static java.lang.StringLookup. findSuperImplementor(java.lang.String clazz, java.lang.String name, java.lang.String signature, BugReporter bugReporter)static org.apache.bcel.classfile.JavaClassLookup. findSuperImplementor(org.apache.bcel.classfile.JavaClass clazz, java.lang.String name, java.lang.String signature, BugReporter bugReporter)static XMethodLookup. findSuperImplementorAsXMethod(org.apache.bcel.classfile.JavaClass clazz, java.lang.String name, java.lang.String signature, BugReporter bugReporter)voidFindBugs2. setBugReporter(BugReporter bugReporter)voidIFindBugsEngine. setBugReporter(BugReporter bugReporter)Set the BugReporter.voidDelegatingBugReporter. setDelegate(BugReporter delegate)Set BugReporter to delegate reported BugInstances to.Constructors in edu.umd.cs.findbugs with parameters of type BugReporter Constructor Description BugAccumulator(BugReporter reporter)Constructor.CategoryFilteringBugReporter(BugReporter realBugReporter, java.util.Set<java.lang.String> categorySet)DelegatingBugReporter(BugReporter delegate)Constructor.ErrorCountingBugReporter(BugReporter realBugReporter)ExcludingHashesBugReporter(BugReporter delegate, java.lang.String baseline)FilterBugReporter(BugReporter realBugReporter, Matcher filter, boolean include)ResourceTrackingDetector(BugReporter bugReporter) -
Uses of BugReporter in edu.umd.cs.findbugs.asm
Fields in edu.umd.cs.findbugs.asm declared as BugReporter Modifier and Type Field Description protected BugReporterClassNodeDetector. bugReporterConstructors in edu.umd.cs.findbugs.asm with parameters of type BugReporter Constructor Description ClassNodeDetector(BugReporter bugReporter)Construct a ClassNodeDetector. -
Uses of BugReporter in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile with parameters of type BugReporter Modifier and Type Method Description IAnalysisCacheIClassFactory. createAnalysisCache(IClassPath classPath, BugReporter errorLogger) -
Uses of BugReporter in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type BugReporter Modifier and Type Method Description IAnalysisCacheClassFactory. createAnalysisCache(IClassPath classPath, BugReporter errorLogger) -
Uses of BugReporter in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect that return BugReporter Modifier and Type Method Description protected BugReporterBCPMethodReturnCheck. getBugReporter()Deprecated.BugReporterLazyInit. getBugReporter() -
Uses of BugReporter in edu.umd.cs.findbugs.gui
Classes in edu.umd.cs.findbugs.gui that implement BugReporter Modifier and Type Class Description classSwingGUIBugReporterBugReporter used by AnalysisRun.Constructors in edu.umd.cs.findbugs.gui with parameters of type BugReporter Constructor Description AnalysisErrorDialog(java.awt.Frame parent, boolean modal, BugReporter reporter)Creates new form AnalysisErrorDialog -
Uses of BugReporter in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan with parameters of type BugReporter Modifier and Type Method Description Detector2[]AnalysisPass. instantiateDetector2sInPass(BugReporter bugReporter)Instantiate all of the Detector2s in this pass and return them in a (correctly-ordered) array.Detector[]AnalysisPass. instantiateDetectorsInPass(BugReporter bugReporter)Deprecated.call instantiateDetector2sInPass() instead
-