Uses of Annotation Type
edu.umd.cs.findbugs.annotations.Nullable
Packages that use Nullable
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.Support for analyzing code containing JSR-305 type qualifier annotations.
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Uses of Nullable in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with annotations of type NullableConstructor parameters in edu.umd.cs.findbugs with annotations of type Nullable -
Uses of Nullable in edu.umd.cs.findbugs.ba.jsr305
Constructor parameters in edu.umd.cs.findbugs.ba.jsr305 with annotations of type NullableModifierConstructorDescriptionprivate
TypeQualifierAnnotation
(TypeQualifierValue<?> typeQualifier, javax.annotation.meta.When when) private
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 NullableModifier and TypeFieldDescription(package private) final String
Location.LogicalLocation.decoratedName
(package private) final SarifException
Notification.exception
(package private) final String
Extension.fullDescription
(package private) final String
Location.LogicalLocation.fullyQualifiedName
(package private) final URI
Rule.helpUri
(package private) final URI
Extension.informationUri
(package private) final String
SarifException.message
(package private) final String
Extension.organization
private final Location.PhysicalLocation
Location.physicalLocation
(package private) final Location.Region
Location.PhysicalLocation.region
(package private) final String
Extension.shortDescription
(package private) final String
Location.ArtifactLocation.uriBaseId
Method parameters in edu.umd.cs.findbugs.sarif with annotations of type NullableModifier and TypeMethodDescription(package private) String
Placeholder.toArgument
(List<? extends BugAnnotation> bugAnnotations, ClassAnnotation primaryClass) Constructor parameters in edu.umd.cs.findbugs.sarif with annotations of type NullableModifierConstructorDescription(package private)
ArtifactLocation
(URI uri, String uriBaseId) (package private)
Extension
(String version, String name, String shortDescription, String fullDescription, URI informationUri, String organization) (package private)
Extension
(String version, String name, String shortDescription, String fullDescription, URI informationUri, String organization) (package private)
Extension
(String version, String name, String shortDescription, String fullDescription, URI informationUri, String organization) (package private)
Extension
(String version, String name, String shortDescription, String fullDescription, URI informationUri, String organization) (package private)
Location
(Location.PhysicalLocation physicalLocation, Collection<Location.LogicalLocation> logicalLocations) (package private)
LogicalLocation
(String name, String decoratedName, String kind, String fullyQualifiedName, Map<String, String> properties) (package private)
LogicalLocation
(String name, String decoratedName, String kind, String fullyQualifiedName, Map<String, String> properties) (package private)
LogicalLocation
(String name, String decoratedName, String kind, String fullyQualifiedName, Map<String, String> properties) (package private)
Notification
(String id, String message, Level level, SarifException exception) (package private)
PhysicalLocation
(Location.ArtifactLocation artifactLocation, Location.Region region) (package private)
Rule
(String id, String shortDescription, String fullDescription, String defaultText, URI helpUri, List<String> tags, int cweid) (package private)
SarifException
(String kind, String message, Stack stack, List<SarifException> innerExceptions)