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 TypeFieldDescriptionprivate final LinkedHashMap
<String, BugCategory> Plugin.bugCategories
protected final Map
<String, BugCategory> DetectorFactoryCollection.categoryDescriptionMap
Methods 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 TypeMethodDescriptionvoid
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)