Uses of Class
edu.umd.cs.findbugs.SwitchHandler.SwitchDetails
Packages that use SwitchHandler.SwitchDetails
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.-
Uses of SwitchHandler.SwitchDetails in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type SwitchHandler.SwitchDetailsModifier and TypeFieldDescriptionprivate final List
<SwitchHandler.SwitchDetails> SwitchHandler.switchOffsetStack
Methods in edu.umd.cs.findbugs that return SwitchHandler.SwitchDetailsModifier and TypeMethodDescriptionprivate SwitchHandler.SwitchDetails
SwitchHandler.findSwitchDetailsByPc
(int... possiblePC) Finds a switch from the first PC of a case