Class CheckExpectedWarnings

java.lang.Object
edu.umd.cs.findbugs.detect.CheckExpectedWarnings
All Implemented Interfaces:
Detector2, FirstPassDetector, NonReportingDetector, Priorities

public class CheckExpectedWarnings extends Object implements Detector2, NonReportingDetector
Check uses of the ExpectWarning and NoWarning annotations. This is for internal testing of FindBugs (against findbugsTestCases).
Author:
David Hovemeyer