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 Constructor Description NonReportingDetectorToDetector2Adapter(Detector detector)
-
Method Summary
-
Methods inherited from class edu.umd.cs.findbugs.DetectorToDetector2Adapter
finishPass, getDetectorClassName, visitClass
-
-
-
-
Constructor Detail
-
NonReportingDetectorToDetector2Adapter
public NonReportingDetectorToDetector2Adapter(Detector detector)
-
-