All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.umd.cs.findbugs.sarif.package-info Maven / Gradle / Ivy

The newest version!
/**
 * The package providing a {@code 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 Static Analysis Results Interchange Format (SARIF) Version 2.1.0 */ package edu.umd.cs.findbugs.sarif;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy