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