Uses of Class
edu.umd.cs.findbugs.SwitchHandler.SwitchDetails
-
Packages that use SwitchHandler.SwitchDetails Package Description edu.umd.cs.findbugs 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.SwitchDetails Modifier and Type Field Description private java.util.List<SwitchHandler.SwitchDetails>
SwitchHandler. switchOffsetStack
Methods in edu.umd.cs.findbugs that return SwitchHandler.SwitchDetails Modifier and Type Method Description private SwitchHandler.SwitchDetails
SwitchHandler. findSwitchDetailsByPc(int... possiblePC)
Finds a switch from the first PC of a case
-