Uses of Class
edu.umd.cs.findbugs.BugCode
Packages that use BugCode
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 BugCode in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type BugCodeMethods in edu.umd.cs.findbugs that return BugCodeModifier and TypeMethodDescriptionBugPattern.getBugCode()Get the BugCodeDetectorFactoryCollection.getBugCode(String shortBugType) Get a description for given "bug type".DetectorFactoryCollection.lookupBugCode(String shortBugType) Methods in edu.umd.cs.findbugs that return types with arguments of type BugCodeModifier and TypeMethodDescriptionDetectorFactoryCollection.getBugCodes()Plugin.getBugCodes()Get Iterator over BugCode objects in the Plugin.Methods in edu.umd.cs.findbugs with parameters of type BugCodeModifier and TypeMethodDescriptionvoidPlugin.addBugCode(BugCode bugCode) Add a BugCode reported by the Plugin.intvoidDetectorFactoryCollection.registerBugCode(BugCode bugCode) protected voidDetectorFactoryCollection.unRegisterBugCode(BugCode bugCode)