| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BugRankCategory |
BugInstance.getBugRankCategory() |
static BugRankCategory |
BugRankCategory.getRank(int rank) |
static BugRankCategory |
BugRankCategory.valueOf(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.
|
Copyright © 2003–2015. All rights reserved.