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
Fields in edu.umd.cs.findbugs with type parameters of type BugCategory Modifier and Type Field Description protected java.util.Map<java.lang.String,BugCategory>
DetectorFactoryCollection. categoryDescriptionMap
Methods in edu.umd.cs.findbugs that return BugCategory Modifier and Type Method Description BugCategory
Plugin. addOrCreateBugCategory(java.lang.String id)
BugCategory
DetectorFactoryCollection. getBugCategory(java.lang.String category)
Get the BugCategory object for a category key.BugCategory
Plugin. getBugCategory(java.lang.String id)
Methods in edu.umd.cs.findbugs that return types with arguments of type BugCategory Modifier and Type Method Description java.util.Collection<BugCategory>
Plugin. getBugCategories()
Get Iterator over BugCategories objects in the Plugin.java.util.Collection<BugCategory>
DetectorFactoryCollection. getBugCategoryObjects()
Methods in edu.umd.cs.findbugs with parameters of type BugCategory Modifier and Type Method Description void
Plugin. addBugCategory(BugCategory bugCategory)
Add a BugCategory reported by the Plugin.int
BugCategory. compareTo(BugCategory other)
boolean
DetectorFactoryCollection. registerBugCategory(BugCategory bc)
Set the metadata for a bug category.protected boolean
DetectorFactoryCollection. unRegisterBugCategory(BugCategory bc)
-