edu.umd.cs.findbugs

Class DetectorToDetector2Adapter

public class DetectorToDetector2Adapter extends Object implements Detector2

An adapter allowing classes implementing the Detector interface to support the new Detector2 interface.

Author: David Hovemeyer

Constructor Summary
DetectorToDetector2Adapter(Detector detector)
Constructor.
Method Summary
voidfinishPass()
StringgetDetectorClassName()
voidvisitClass(ClassDescriptor classDescriptor)

Constructor Detail

DetectorToDetector2Adapter

public DetectorToDetector2Adapter(Detector detector)
Constructor.

Parameters: detector the Detector we want to adapt

Method Detail

finishPass

public void finishPass()

getDetectorClassName

public String getDetectorClassName()

visitClass

public void visitClass(ClassDescriptor classDescriptor)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.