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.sarif The package providing aBugReporter
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 Nullable Modifier and Type Field Description private java.lang.Throwable
AbstractBugReporter.Error. cause
Constructor 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.sarif
Fields in edu.umd.cs.findbugs.sarif with annotations of type Nullable Modifier and Type Field Description (package private) java.lang.String
Location.LogicalLocation. decoratedName
(package private) SarifException
Notification. exception
(package private) java.lang.String
Extension. fullDescription
(package private) java.lang.String
Location.LogicalLocation. fullyQualifiedName
(package private) java.net.URI
Rule. helpUri
(package private) java.net.URI
Extension. informationUri
(package private) java.lang.String
Extension. organization
private Location.PhysicalLocation
Location. physicalLocation
(package private) Location.Region
Location.PhysicalLocation. region
(package private) java.lang.String
Extension. shortDescription
(package private) java.lang.String
Location.ArtifactLocation. uriBaseId
Method parameters in edu.umd.cs.findbugs.sarif with annotations of type Nullable Modifier and Type Method Description (package private) java.lang.String
Placeholder. 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)
-