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 TypeInterfaceDescriptioninterface
Detector 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 TypeClassDescriptionclass
Build the interprocedural call graph.class
Build the ObligationPolicyDatabase used by ObligationAnalysis.class
Builds the database of string parameters passed from method to method unchanged.class
Detector to find private methods that are never called.class
This is just for debugging method call resolution.class
Deprecated.The annotation based approach is useless for lambdas.class
class
class
class
class
class
class
Scan classes for @CheckReturnValue annotationsclass
Scan methods for directly-relevant type qualifiers, building the DirectlyRelevantTypeQualifiersDatabase.class
class
Deprecated.AnnotationDatabases are being phased out, since annotations are now stored directly in the XClass/XMethod/XField objects.class
As a first scanning pass, make a note of unconditionally dereferenced parameters for later use by FindNullDerefs.class
class
Make a note of unconditionally dereferenced parameters for later use by FindNullDerefs.class
Detector to find private methods that are never called.class
TestDataflowAnalysis<Fact,
AnalysisType extends DataflowAnalysis<Fact>> This detector is just a test harness to test a dataflow analysis class specified by the dataflow.classname property.