Uses of Class
edu.umd.cs.findbugs.sarif.Notification
-
Packages that use Notification Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
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 Notification Modifier and Type Field Description private java.util.List<Notification>
Invocation. toolConfigurationNotifications
private java.util.List<Notification>
Invocation. toolExecutionNotifications
Methods in edu.umd.cs.findbugs.sarif that return Notification Modifier and Type Method Description (package private) static Notification
Notification. fromError(AbstractBugReporter.Error error, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)
Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Notification Constructor Description Invocation(int exitCode, java.lang.String exitCodeDescription, boolean executionSuccessful, java.util.List<Notification> toolExecutionNotifications, java.util.List<Notification> toolConfigurationNotifications)
-