Package edu.umd.cs.findbugs
Interface NonReportingDetector
-
- All Superinterfaces:
FirstPassDetector
- All Known Subinterfaces:
InterproceduralFirstPassDetector
- All Known Implementing Classes:
BuildInterproceduralCallGraph,BuildObligationPolicyDatabase,BuildStringPassthruGraph,CalledMethods,CheckCalls,CheckExpectedWarnings,ExplicitSerialization,FieldItemSummary,FindBugsSummaryStats,FindNoSideEffectMethods,Methods,NonReportingDetectorToDetector2Adapter,NoteAnnotationRetention,NoteCheckReturnValueAnnotations,NoteDirectlyRelevantTypeQualifiers,NoteJCIPAnnotation,NoteNonNullAnnotations,NoteNonnullReturnValues,NoteSuppressedWarnings,NoteUnconditionalParamDerefs,ReflectiveClasses,TestDataflowAnalysis
public interface NonReportingDetector extends FirstPassDetector
A Detector which does not report warnings.- Author:
- David Hovemeyer