Uses of Class
edu.umd.cs.findbugs.sarif.Notification
Packages that use Notification
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Notification in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif with type parameters of type NotificationModifier and TypeFieldDescriptionprivate final List
<Notification> Invocation.toolConfigurationNotifications
private final List
<Notification> Invocation.toolExecutionNotifications
Methods in edu.umd.cs.findbugs.sarif that return NotificationModifier and TypeMethodDescription(package private) static Notification
Notification.fromError
(AbstractBugReporter.Error error, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type NotificationModifierConstructorDescription(package private)
Invocation
(int exitCode, String exitCodeDescription, boolean executionSuccessful, List<Notification> toolExecutionNotifications, List<Notification> toolConfigurationNotifications)