Uses of Class
edu.umd.cs.findbugs.sarif.Notification
-
Packages that use Notification Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation 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. toolConfigurationNotificationsprivate java.util.List<Notification>Invocation. toolExecutionNotificationsMethods in edu.umd.cs.findbugs.sarif that return Notification Modifier and Type Method Description (package private) static NotificationNotification. 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)
-