Uses of Interface
edu.umd.cs.findbugs.ba.PathVisitor
Packages that use PathVisitor
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of PathVisitor in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba with parameters of type PathVisitorModifier and TypeMethodDescriptionvoid
Path.acceptVisitor
(CFG cfg, PathVisitor visitor) Accept a PathVisitor.void
Path.acceptVisitorStartingFromLocation
(CFG cfg, PathVisitor visitor, BasicBlock startBlock, org.apache.bcel.generic.InstructionHandle startHandle) Accept a PathVisitor, starting from a given BasicBlock and InstructionHandle. -
Uses of PathVisitor in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement PathVisitorModifier and TypeClassDescriptionprivate class
Helper class to apply the false-positive suppression heuristics along a Path where an obligation leak might have occurred.