edu.umd.cs.findbugs
Interface InterproceduralFirstPassDetector

All Superinterfaces:
Detector, NonReportingDetector
All Known Implementing Classes:
NoteUnconditionalParamDerefs

public interface InterproceduralFirstPassDetector
extends NonReportingDetector

Detector implementing a slow first pass to collect interprocedural properties for a later detector pass. We assign these a special interface because they are probably too slow to be enabled by default.

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