Uses of Class
edu.umd.cs.findbugs.BugCode

Packages that use BugCode
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
 

Methods in edu.umd.cs.findbugs that return types with arguments of type BugCode
 java.util.Iterator<BugCode> Plugin.bugCodeIterator()
          Get Iterator over BugCode objects in the Plugin.
 

Methods in edu.umd.cs.findbugs with parameters of type BugCode
 void Plugin.addBugCode(BugCode bugCode)
          Add a BugCode reported by the Plugin.
 void I18N.registerBugCode(BugCode bugCode)
          Register a BugCode.