Uses of Class
edu.umd.cs.findbugs.sarif.Stack
Packages that use Stack
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Stack in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as StackMethods in edu.umd.cs.findbugs.sarif that return StackModifier and TypeMethodDescription(package private) static Stack
Stack.fromThrowable
(Throwable throwable, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructors in edu.umd.cs.findbugs.sarif with parameters of type StackModifierConstructorDescription(package private)
SarifException
(String kind, String message, Stack stack, List<SarifException> innerExceptions)