Class CheckExpectedWarnings

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

@Deprecated public class CheckExpectedWarnings extends Object implements Detector2, NonReportingDetector
Deprecated.
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
Check uses of the ExpectWarning and NoWarning annotations. This is for internal testing of FindBugs (against spotbugsTestCases).
Author:
David Hovemeyer