Uses of Class
edu.umd.cs.findbugs.BugRankCategory
-
Packages that use BugRankCategory 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 BugRankCategory in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return BugRankCategory Modifier and Type Method Description BugRankCategory
BugInstance. getBugRankCategory()
static BugRankCategory
BugRankCategory. getRank(int rank)
static BugRankCategory
BugRankCategory. valueOf(java.lang.String name)
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.
-