Package edu.umd.cs.findbugs
Class NonReportingDetectorToDetector2Adapter
java.lang.Object
edu.umd.cs.findbugs.DetectorToDetector2Adapter
edu.umd.cs.findbugs.NonReportingDetectorToDetector2Adapter
- All Implemented Interfaces:
Detector2
,FirstPassDetector
,NonReportingDetector
,Priorities
public class NonReportingDetectorToDetector2Adapter
extends DetectorToDetector2Adapter
implements NonReportingDetector
- Author:
- pugh
-
Field Summary
Fields inherited from interface edu.umd.cs.findbugs.Priorities
EXP_PRIORITY, HIGH_PRIORITY, IGNORE_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.umd.cs.findbugs.DetectorToDetector2Adapter
finishPass, visitClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.umd.cs.findbugs.Detector2
getDetectorClassName
-
Constructor Details
-
NonReportingDetectorToDetector2Adapter
-