JavaScript is disabled on your browser.
Skip navigation links
FindBugs™ 3.0.1-dev-20240220
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
edu.umd.cs.findbugs.annotations.When
Packages that use
When
Package
Description
edu.umd.cs.findbugs.annotations
Annotations for FindBugs (mostly deprecated except for
SuppressFBWarnings
).
Uses of
When
in
edu.umd.cs.findbugs.annotations
Methods in
edu.umd.cs.findbugs.annotations
that return
When
Modifier and Type
Method
Description
static
When
When.
valueOf
(
String
name)
Deprecated.
Returns the enum constant of this type with the specified name.
static
When
[]
When.
values
()
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.