Uses of Class
edu.umd.cs.findbugs.sarif.Location.ArtifactLocation
-
Packages that use Location.ArtifactLocation Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation 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.ArtifactLocation Modifier and Type Field Description (package private) Location.ArtifactLocationLocation.PhysicalLocation. artifactLocationMethods in edu.umd.cs.findbugs.sarif that return types with arguments of type Location.ArtifactLocation Modifier and Type Method Description (package private) static java.util.Optional<Location.ArtifactLocation>Location.ArtifactLocation. fromBugAnnotation(ClassAnnotation classAnnotation, SourceLineAnnotation bugAnnotation, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)(package private) static java.util.Optional<Location.ArtifactLocation>Location.ArtifactLocation. fromStackTraceElement(java.lang.StackTraceElement element, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)Constructors in edu.umd.cs.findbugs.sarif with parameters of type Location.ArtifactLocation Constructor Description PhysicalLocation(Location.ArtifactLocation artifactLocation, Location.Region region)
-