Uses of Class
edu.umd.cs.findbugs.sarif.Location
Packages that use Location
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Location in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as LocationFields in edu.umd.cs.findbugs.sarif with type parameters of type LocationMethods in edu.umd.cs.findbugs.sarif that return LocationModifier and TypeMethodDescription(package private) static Location
Location.fromStackTraceElement
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) Methods in edu.umd.cs.findbugs.sarif that return types with arguments of type LocationModifier and TypeMethodDescriptionLocation.fromBugInstance
(BugInstance bugInstance, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructors in edu.umd.cs.findbugs.sarif with parameters of type LocationConstructor parameters in edu.umd.cs.findbugs.sarif with type arguments of type Location