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.switchOffsetStackMethods in edu.umd.cs.findbugs that return SwitchHandler.SwitchDetailsModifier and TypeMethodDescriptionprivate SwitchHandler.SwitchDetailsSwitchHandler.findSwitchDetailsByPc(int... possiblePC) Finds a switch from the first PC of a caseSwitchHandler.getNextSwitchDetails(DismantleBytecode dbc)