Uses of Class
edu.umd.cs.findbugs.BugCode
-
Packages that use BugCode 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 BugCode in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type BugCode Modifier and Type Field Description protected java.util.Map<java.lang.String,BugCode>DetectorFactoryCollection. bugCodeMapMethods in edu.umd.cs.findbugs that return BugCode Modifier and Type Method Description BugCodeBugPattern. getBugCode()Get the BugCodeBugCodeDetectorFactoryCollection. getBugCode(java.lang.String shortBugType)Get a description for given "bug type".BugCodeDetectorFactoryCollection. lookupBugCode(java.lang.String shortBugType)Methods in edu.umd.cs.findbugs that return types with arguments of type BugCode Modifier and Type Method Description java.util.Collection<BugCode>DetectorFactoryCollection. getBugCodes()java.util.Set<BugCode>Plugin. getBugCodes()Get Iterator over BugCode objects in the Plugin.Methods in edu.umd.cs.findbugs with parameters of type BugCode Modifier and Type Method Description voidPlugin. addBugCode(BugCode bugCode)Add a BugCode reported by the Plugin.intBugCode. compareTo(BugCode o)voidDetectorFactoryCollection. registerBugCode(BugCode bugCode)protected voidDetectorFactoryCollection. unRegisterBugCode(BugCode bugCode)
-