Uses of Package
edu.umd.cs.findbugs.annotations
Packages that use edu.umd.cs.findbugs.annotations
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.Annotations for FindBugs (mostly deprecated except for
SuppressFBWarnings
).A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyzing code containing JSR-305 type qualifier annotations.
Implementation of dataflow analysis for checking whether obligations to close streams and other resources
(e.g., database objects) are satisfied.
The package providing a
BugReporter
implementation which produces report in SARIF format.-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugsClassDescriptionThe annotated element must not be null.The annotated element could be null under some circumstances.Used to suppress FindBugs warnings.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.annotationsClassDescriptionDescribes the confidence with which FindBugs reports a bug instance.The annotated element must not be null.Deprecated.Deprecated.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.baClassDescriptionThis annotation is used to denote a method whose return value should always be checked when invoking the method.The annotated element must not be null.Used to suppress FindBugs warnings.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.bcp
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.jsr305
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.obl
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ba.vna
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.configClassDescriptionThe annotated element must not be null.Used to suppress FindBugs warnings.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.cwe
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.detectClassDescriptionThe annotated element must not be null.Used to suppress FindBugs warnings.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.graph
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.gui2
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.ioClassDescriptionThis annotation is used to denote a method whose return value should always be checked when invoking the method.The annotated element must not be null.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.logClassDescriptionThis annotation is used to denote a method whose return value should always be checked when invoking the method.The annotated element must not be null.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.sarifClassDescriptionThe annotated element might be null, and uses of the element should check for null.The annotated element must not be null.The annotated element could be null under some circumstances.
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.util
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.visitclass
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.workflow
-
Classes in edu.umd.cs.findbugs.annotations used by edu.umd.cs.findbugs.xmlClassDescriptionMark a class or interface as a resource type requiring cleanup.Mark a method as cleaning up a resource.Used to suppress FindBugs warnings.
Confidence
instead