edu.umd.cs.findbugs
Interface NonReportingDetector

All Superinterfaces:
Detector
All Known Subinterfaces:
InterproceduralFirstPassDetector
All Known Implementing Classes:
Methods, NoteCheckReturnValue, NoteCheckReturnValueAnnotations, NoteNonNullAnnotations, NoteSuppressedWarnings, NoteUnconditionalParamDerefs

public interface NonReportingDetector
extends Detector

A Detector which does not report warnings.

Author:
David Hovemeyer

Field Summary
 
Fields inherited from interface edu.umd.cs.findbugs.Detector
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
 
Method Summary
 
Methods inherited from interface edu.umd.cs.findbugs.Detector
report, visitClassContext