Uses of Class
edu.umd.cs.findbugs.BugPattern
-
Packages that use BugPattern 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.edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation which produces report in SARIF format. -
-
Uses of BugPattern in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs declared as BugPattern Modifier and Type Field Description (package private) static BugPatternBugPattern. REALLY_UNKNOWNFields in edu.umd.cs.findbugs with type parameters of type BugPattern Modifier and Type Field Description protected java.util.Map<java.lang.String,BugPattern>DetectorFactoryCollection. bugPatternMapprivate java.util.LinkedHashSet<BugPattern>Plugin. bugPatternsprivate static AnalysisLocal<java.util.HashMap<BugPattern,java.lang.Integer>>BugRanker. rankForBugPatternMethods in edu.umd.cs.findbugs that return BugPattern Modifier and Type Method Description BugPatternBugInstance. getBugPattern()Get the BugPattern.BugPatternDetectorFactoryCollection. lookupBugPattern(java.lang.String bugType)Look up bug pattern.Methods in edu.umd.cs.findbugs that return types with arguments of type BugPattern Modifier and Type Method Description java.util.Iterator<BugPattern>DetectorFactoryCollection. bugPatternIterator()Get an Iterator over all registered bug patterns.java.util.Collection<BugPattern>DetectorFactoryCollection. getBugPatterns()Get an Iterator over all registered bug patterns.java.util.Set<BugPattern>Plugin. getBugPatterns()Get the set of BugPatternsjava.util.Set<BugPattern>DetectorFactory. getReportedBugPatterns()Get set of all BugPatterns this detector reports.Methods in edu.umd.cs.findbugs with parameters of type BugPattern Modifier and Type Method Description voidPlugin. 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 BugPattern Modifier and Type Method Description (package private) static RuleRule. fromBugPattern(BugPattern bugPattern, java.lang.String formattedMessage)private intBugCollectionAnalyser. processRule(BugPattern bugPattern)
-