edu.umd.cs.findbugs.sarif.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs Show documentation
Show all versions of spotbugs Show documentation
SpotBugs: Because it's easy!
The newest version!
/**
* The package providing a {@code BugReporter} implementation which produces report in SARIF format.
*
*
* Mapping from SARIF concepts to SpotBugs concepts
*
* SARIF SpotBugs Note
*
*
* ruleId BugPattern#type
* results BugInstance[]
* shortDescription BugPattern#shortDescription
* messageStrings BugPattern#longDescription
* category BugCategory
* helpUri BugPattern#url
* level Priorities
* toolExecutionNotification AbstractBugReporter#missingClasses
AbstractBugReporter#queuedErrors
* reportingDescriptor.helpUri BugPattern#url
*
*
*
* @see Static Analysis Results Interchange Format (SARIF) Version 2.1.0
*/
package edu.umd.cs.findbugs.sarif;