Uses of Class
edu.umd.cs.findbugs.BugCategory
-
Packages that use BugCategory 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 BugCategory in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return BugCategory Modifier and Type Method Description BugCategoryI18N. getBugCategory(java.lang.String category)Get the BugCategory object for a category key.Methods in edu.umd.cs.findbugs that return types with arguments of type BugCategory Modifier and Type Method Description java.util.Collection<BugCategory>I18N. getBugCategoryObjects()Methods in edu.umd.cs.findbugs with parameters of type BugCategory Modifier and Type Method Description intBugCategory. compareTo(BugCategory other)booleanI18N. registerBugCategory(java.lang.String category, BugCategory bc)Set the metadata for a bug category.
-