edu.umd.cs.findbugs

Interface Detector2

public interface Detector2 extends Priorities

Detector interface for new bytecode-framework-neutral architecture.

Author: David Hovemeyer

Method Summary
voidfinishPass()
This method is called at the end of the analysis pass.
StringgetDetectorClassName()
Get the name of the detector class.
voidvisitClass(ClassDescriptor classDescriptor)
Visit a class.

Method Detail

finishPass

public void finishPass()
This method is called at the end of the analysis pass.

getDetectorClassName

public String getDetectorClassName()
Get the name of the detector class.

Returns: the name of the detector class.

visitClass

public void visitClass(ClassDescriptor classDescriptor)
Visit a class.

Parameters: classDescriptor descriptor naming the class to visit

Throws: CheckedAnalysisException if an exception occurs during analysis

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.