Uses of Class
edu.umd.cs.findbugs.annotations.CheckForNull
-
Packages that use CheckForNull Package Description edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation 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.StringLocation.LogicalLocation. findKind(BugAnnotation annotation)private static Location.PhysicalLocationLocation. 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.PhysicalLocationLocation. getPhysicalLocation()
-