Uses of Class
edu.umd.cs.findbugs.sarif.Stack.StackFrame
Packages that use Stack.StackFrame
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Stack.StackFrame in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif with type parameters of type Stack.StackFrameMethods in edu.umd.cs.findbugs.sarif that return Stack.StackFrameModifier and TypeMethodDescription(package private) static Stack.StackFrame
Stack.StackFrame.fromStackTraceElement
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Stack.StackFrameModifierConstructorDescription(package private)
Stack
(String message, List<Stack.StackFrame> frames)