Uses of Class
edu.umd.cs.findbugs.annotations.CheckForNull
-
Packages that use CheckForNull Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporter
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 CheckForNull Modifier and Type Method Description (package private) static java.lang.String
Location.LogicalLocation. findKind(BugAnnotation annotation)
private static Location.PhysicalLocation
Location. findPhysicalLocation(BugInstance bugInstance, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)
private static java.util.Optional<Location.PhysicalLocation>
Location. findPhysicalLocation(java.lang.StackTraceElement element, SourceFinder sourceFinder, java.util.Map<java.net.URI,java.lang.String> baseToId)
(package private) Location.PhysicalLocation
Location. getPhysicalLocation()
-