Uses of Class
edu.umd.cs.findbugs.sarif.Location.ArtifactLocation
Packages that use Location.ArtifactLocation
Package
Description
The package providing a
BugReporter implementation which produces report in SARIF format.-
Uses of Location.ArtifactLocation in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif declared as Location.ArtifactLocationModifier and TypeFieldDescription(package private) final Location.ArtifactLocationLocation.PhysicalLocation.artifactLocationMethods in edu.umd.cs.findbugs.sarif that return types with arguments of type Location.ArtifactLocationModifier and TypeMethodDescription(package private) static Optional<Location.ArtifactLocation> Location.ArtifactLocation.fromBugAnnotation(ClassAnnotation classAnnotation, SourceLineAnnotation bugAnnotation, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) static Optional<Location.ArtifactLocation> Location.ArtifactLocation.fromStackTraceElement(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) Constructors in edu.umd.cs.findbugs.sarif with parameters of type Location.ArtifactLocationModifierConstructorDescription(package private)PhysicalLocation(Location.ArtifactLocation artifactLocation, Location.Region region)