Uses of Class
edu.umd.cs.findbugs.BugPattern
Packages that use BugPattern
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.The package providing a
BugReporter implementation which produces report in SARIF format.-
Uses of BugPattern in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement interfaces with type arguments of type BugPatternModifier and TypeClassDescriptionclassA BugPattern object collects all of the metadata for a particular species of BugInstance.Fields in edu.umd.cs.findbugs declared as BugPatternModifier and TypeFieldDescription(package private) static final BugPatternBugPattern.REALLY_UNKNOWNFields in edu.umd.cs.findbugs with type parameters of type BugPatternModifier and TypeFieldDescriptionprotected final Map<String, BugPattern> DetectorFactoryCollection.bugPatternMapprivate final LinkedHashSet<BugPattern> Plugin.bugPatternsprivate static AnalysisLocal<HashMap<BugPattern, Integer>> BugRanker.rankForBugPatternMethods in edu.umd.cs.findbugs that return BugPatternModifier and TypeMethodDescriptionBugInstance.getBugPattern()Get the BugPattern.DetectorFactoryCollection.lookupBugPattern(String bugType) Look up bug pattern.Methods in edu.umd.cs.findbugs that return types with arguments of type BugPatternModifier and TypeMethodDescriptionDetectorFactoryCollection.bugPatternIterator()Get an Iterator over all registered bug patterns.DetectorFactoryCollection.getBugPatterns()Get an Iterator over all registered bug patterns.Plugin.getBugPatterns()Get the set of BugPatternsDetectorFactory.getReportedBugPatterns()Get set of all BugPatterns this detector reports.Methods in edu.umd.cs.findbugs with parameters of type BugPatternModifier and TypeMethodDescriptionvoidPlugin.addBugPattern(BugPattern bugPattern) Add a BugPattern reported by the Plugin.intBugPattern.compareTo(BugPattern other) static intBugRanker.findRank(BugPattern bugPattern, int priority) static intBugRanker.findRank(BugPattern pattern, DetectorFactory detectorFactory) private static intBugRanker.findRankUnknownPlugin(BugPattern pattern) private static intBugRanker.rankBugPattern(BugPattern bugPattern, BugRanker... rankers) voidDetectorFactoryCollection.registerBugPattern(BugPattern bugPattern) Register a BugPattern.protected voidDetectorFactoryCollection.unRegisterBugPattern(BugPattern bugPattern) -
Uses of BugPattern in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with parameters of type BugPatternModifier and TypeMethodDescription(package private) static RuleRule.fromBugPattern(BugPattern bugPattern, String formattedMessage) private intBugCollectionAnalyser.processRule(BugPattern bugPattern)