Uses of Class
edu.umd.cs.findbugs.annotations.Nullable
-
Packages that use Nullable Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba.jsr305 Support for analyzing code containing JSR-305 type qualifier annotations.edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation which produces report in SARIF format. -
-
Uses of Nullable in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type Nullable Modifier and Type Field Description private java.lang.ThrowableAbstractBugReporter.Error. causeConstructor parameters in edu.umd.cs.findbugs with annotations of type Nullable Constructor Description Error(int sequence, java.lang.String message, java.lang.Throwable cause) -
Uses of Nullable in edu.umd.cs.findbugs.ba.jsr305
Constructor parameters in edu.umd.cs.findbugs.ba.jsr305 with annotations of type Nullable Constructor Description TypeQualifierAnnotation(TypeQualifierValue<?> typeQualifier, javax.annotation.meta.When when)TypeQualifierAnnotation(TypeQualifierValue<?> typeQualifier, javax.annotation.meta.When when) -
Uses of Nullable in edu.umd.cs.findbugs.sarif
Fields in edu.umd.cs.findbugs.sarif with annotations of type Nullable Modifier and Type Field Description (package private) java.lang.StringLocation.LogicalLocation. decoratedName(package private) SarifExceptionNotification. exception(package private) java.lang.StringExtension. fullDescription(package private) java.lang.StringLocation.LogicalLocation. fullyQualifiedName(package private) java.net.URIRule. helpUri(package private) java.net.URIExtension. informationUri(package private) java.lang.StringSarifException. message(package private) java.lang.StringExtension. organizationprivate Location.PhysicalLocationLocation. physicalLocation(package private) Location.RegionLocation.PhysicalLocation. region(package private) java.lang.StringExtension. shortDescription(package private) java.lang.StringLocation.ArtifactLocation. uriBaseIdMethod parameters in edu.umd.cs.findbugs.sarif with annotations of type Nullable Modifier and Type Method Description (package private) java.lang.StringPlaceholder. toArgument(java.util.List<? extends BugAnnotation> bugAnnotations, ClassAnnotation primaryClass)Constructor parameters in edu.umd.cs.findbugs.sarif with annotations of type Nullable Constructor Description ArtifactLocation(java.net.URI uri, java.lang.String uriBaseId)Extension(java.lang.String version, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, java.net.URI informationUri, java.lang.String organization)Extension(java.lang.String version, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, java.net.URI informationUri, java.lang.String organization)Extension(java.lang.String version, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, java.net.URI informationUri, java.lang.String organization)Extension(java.lang.String version, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, java.net.URI informationUri, java.lang.String organization)Location(Location.PhysicalLocation physicalLocation, java.util.Collection<Location.LogicalLocation> logicalLocations)LogicalLocation(java.lang.String name, java.lang.String decoratedName, java.lang.String kind, java.lang.String fullyQualifiedName, java.util.Map<java.lang.String,java.lang.String> properties)LogicalLocation(java.lang.String name, java.lang.String decoratedName, java.lang.String kind, java.lang.String fullyQualifiedName, java.util.Map<java.lang.String,java.lang.String> properties)LogicalLocation(java.lang.String name, java.lang.String decoratedName, java.lang.String kind, java.lang.String fullyQualifiedName, java.util.Map<java.lang.String,java.lang.String> properties)Notification(java.lang.String id, java.lang.String message, Level level, SarifException exception)PhysicalLocation(Location.ArtifactLocation artifactLocation, Location.Region region)Rule(java.lang.String id, java.lang.String shortDescription, java.lang.String fullDescription, java.lang.String defaultText, java.net.URI helpUri, java.util.List<java.lang.String> tags, int cweid)SarifException(java.lang.String kind, java.lang.String message, Stack stack, java.util.List<SarifException> innerExceptions)
-