Uses of Enum
edu.umd.cs.findbugs.BugRankCategory
Packages that use BugRankCategory
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 BugRankCategory in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return BugRankCategoryModifier and TypeMethodDescriptionBugInstance.getBugRankCategory()
static BugRankCategory
BugRankCategory.getRank
(int rank) static BugRankCategory
Returns the enum constant of this type with the specified name.static BugRankCategory[]
BugRankCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.