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