Uses of Annotation Interface
edu.umd.cs.findbugs.annotations.CheckForNull
Packages that use CheckForNull
Package
Description
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of CheckForNull in edu.umd.cs.findbugs.sarif
Methods in edu.umd.cs.findbugs.sarif with annotations of type CheckForNullModifier and TypeMethodDescription(package private) static String
Location.LogicalLocation.findKind
(BugAnnotation annotation) private static Location.PhysicalLocation
Location.findPhysicalLocation
(BugInstance bugInstance, SourceFinder sourceFinder, Map<URI, String> baseToId) private static Optional
<Location.PhysicalLocation> Location.findPhysicalLocation
(StackTraceElement element, SourceFinder sourceFinder, Map<URI, String> baseToId) (package private) Location.PhysicalLocation
Location.getPhysicalLocation()