Package edu.umd.cs.findbugs.sarif


package edu.umd.cs.findbugs.sarif
The package providing a BugReporter implementation which produces report in SARIF format.
Mapping from SARIF concepts to SpotBugs concepts
SARIFSpotBugsNote
ruleIdBugPattern#type
resultsBugInstance[]
shortDescriptionBugPattern#shortDescription
messageStringsBugPattern#longDescription
categoryBugCategory
helpUriBugPattern#url
levelPriorities
toolExecutionNotificationAbstractBugReporter#missingClasses
AbstractBugReporter#queuedErrors
reportingDescriptor.helpUriBugPattern#url
See Also: