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
Subclasses with type arguments of type BugRankCategory in edu.umd.cs.findbugsMethods in edu.umd.cs.findbugs that return BugRankCategoryModifier and TypeMethodDescriptionBugInstance.getBugRankCategory()static BugRankCategoryBugRankCategory.getRank(int rank) static BugRankCategoryReturns 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.