Uses of Class
edu.umd.cs.findbugs.BugCategory
Packages that use BugCategory
Package
Description
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 BugCategoryModifier and TypeFieldDescriptionprotected final Map<String, BugCategory> DetectorFactoryCollection.categoryDescriptionMapMethods in edu.umd.cs.findbugs that return BugCategoryModifier and TypeMethodDescriptionPlugin.addOrCreateBugCategory(String id) DetectorFactoryCollection.getBugCategory(String category) Get the BugCategory object for a category key.Plugin.getBugCategory(String id) Methods in edu.umd.cs.findbugs that return types with arguments of type BugCategoryModifier and TypeMethodDescriptionPlugin.getBugCategories()Get Iterator over BugCategories objects in the Plugin.DetectorFactoryCollection.getBugCategoryObjects()Methods in edu.umd.cs.findbugs with parameters of type BugCategoryModifier and TypeMethodDescriptionvoidPlugin.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)