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. categoryDescriptionMapMethods in edu.umd.cs.findbugs that return BugCategory Modifier and Type Method Description BugCategoryPlugin. addOrCreateBugCategory(java.lang.String id)BugCategoryDetectorFactoryCollection. getBugCategory(java.lang.String category)Get the BugCategory object for a category key.BugCategoryPlugin. 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 voidPlugin. addBugCategory(BugCategory bugCategory)Add a BugCategory reported by the Plugin.intBugCategory. compareTo(BugCategory other)booleanDetectorFactoryCollection. registerBugCategory(BugCategory bc)Set the metadata for a bug category.protected booleanDetectorFactoryCollection. unRegisterBugCategory(BugCategory bc)
-