Uses of Interface
edu.umd.cs.findbugs.NonReportingDetector
Packages that use NonReportingDetector
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.-
Uses of NonReportingDetector in edu.umd.cs.findbugs
Subinterfaces of NonReportingDetector in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptioninterfaceDetector implementing a slow first pass to collect interprocedural properties for a later detector pass.Classes in edu.umd.cs.findbugs that implement NonReportingDetector -
Uses of NonReportingDetector in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement NonReportingDetectorModifier and TypeClassDescriptionclassclassBuild the interprocedural call graph.classBuild the ObligationPolicyDatabase used by ObligationAnalysis.classBuilds the database of string parameters passed from method to method unchanged.classDetector to find private methods that are never called.classThis is just for debugging method call resolution.classDeprecated.The annotation based approach is useless for lambdas.classclassclassclassclassclassclassScan classes for @CheckReturnValue annotationsclassScan methods for directly-relevant type qualifiers, building the DirectlyRelevantTypeQualifiersDatabase.classclassDeprecated.AnnotationDatabases are being phased out, since annotations are now stored directly in the XClass/XMethod/XField objects.classAs a first scanning pass, make a note of unconditionally dereferenced parameters for later use by FindNullDerefs.classclassMake a note of unconditionally dereferenced parameters for later use by FindNullDerefs.classDetector to find private methods that are never called.classTestDataflowAnalysis<Fact, AnalysisType extends DataflowAnalysis<Fact>>This detector is just a test harness to test a dataflow analysis class specified by the dataflow.classname property.