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
Classes in edu.umd.cs.findbugs that implement interfaces with type arguments of type BugCategoryModifier and TypeClassDescriptionclassA BugCategory object collects all of the metadata for a category of bugs.Fields in edu.umd.cs.findbugs with type parameters of type BugCategoryModifier and TypeFieldDescriptionprivate final LinkedHashMap<String, BugCategory> Plugin.bugCategoriesprotected 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)