FindBugs™ 1.3.9

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

Packages that use BugPattern
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 BugPattern in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs that return BugPattern
 BugPattern BugInstance.getBugPattern()
          Get the BugPattern.
 BugPattern I18N.lookupBugPattern(java.lang.String bugType)
          Look up bug pattern.
 

Methods in edu.umd.cs.findbugs that return types with arguments of type BugPattern
 java.util.Iterator<BugPattern> Plugin.bugPatternIterator()
          Get Iterator over BugPattern objects in the Plugin.
 java.util.Iterator<BugPattern> I18N.bugPatternIterator()
          Get an Iterator over all registered bug patterns.
 java.util.Set<BugPattern> DetectorFactory.getReportedBugPatterns()
          Get set of all BugPatterns this detector reports.
 

Methods in edu.umd.cs.findbugs with parameters of type BugPattern
 void Plugin.addBugPattern(BugPattern bugPattern)
          Add a BugPattern reported by the Plugin.
 int BugPattern.compareTo(BugPattern other)
           
static int BugRanker.findRank(BugPattern pattern, int priority)
           
static int BugRanker.findRank(BugPattern pattern, Plugin plugin, int priority)
           
 void I18N.registerBugPattern(BugPattern bugPattern)
          Register a BugPattern.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.