edu.umd.cs.findbugs

Class BytecodeScanningDetector

public class BytecodeScanningDetector extends DismantleBytecode implements Detector

Base class for Detectors which want to extend DismantleBytecode.

See Also: DismantleBytecode

Method Summary
ClassContextgetClassContext()
Get the ClassContext of the class currently being visited.
voidreport()
voidvisitClassContext(ClassContext classContext)

Method Detail

getClassContext

public ClassContext getClassContext()
Get the ClassContext of the class currently being visited.

Returns: the current ClassContext

report

public void report()

visitClassContext

public void visitClassContext(ClassContext classContext)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.