
edu.umd.cs.findbugs.annotations.package-info Maven / Gradle / Ivy
/**
* Annotations for FindBugs (mostly deprecated except for {@link edu.umd.cs.findbugs.annotations.SuppressFBWarnings}).
*
* This annotations are mostly deprecated and replaced by JSR 305 annotations
* defined in javax.annotation. The annotations still actively supported are:
*
* - {@link edu.umd.cs.findbugs.annotations.SuppressFBWarnings} for suppressing FindBugs warnings
*
- Annotations about expected/unexpected warnings in FindBugs regression tests
*
* - {@link edu.umd.cs.findbugs.annotations.ExpectWarning} Warnings expected to be generated
*
- {@link edu.umd.cs.findbugs.annotations.NoWarning} Warnings that should not be generated
*
- {@link edu.umd.cs.findbugs.annotations.DesireWarning} Warnings we wish to generated
*
- {@link edu.umd.cs.findbugs.annotations.DesireNoWarning} Warnings we wish to not generate generated
*
*
* There are another set of annotations used by an experimental detector for unclosed resources:
*
* - {@link edu.umd.cs.findbugs.annotations.CleanupObligation}
*
- {@link edu.umd.cs.findbugs.annotations.CreatesObligation}
*
- {@link edu.umd.cs.findbugs.annotations.DischargesObligation}
*
*/
package edu.umd.cs.findbugs.annotations;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy