C D E G N O P R S U V W

C

CheckForNull - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element might be null, and uses of the element should check for null.
CheckReturnValue - Annotation Type in edu.umd.cs.findbugs.annotations
This annotation is used to denote a method whose return value should always be checked when invoking the method.
CleanupObligation - Annotation Type in edu.umd.cs.findbugs.annotations
This annotation is used to denote a method whose return value should always be checked when invoking the method.
CreatesObligation - Annotation Type in edu.umd.cs.findbugs.annotations
Mark a constructor or method as creating a resource which requires cleanup.

D

DefaultAnnotation - Annotation Type in edu.umd.cs.findbugs.annotations
Indicates that all members of the class or package should be annotated with the default value of the supplied annotation class.
DefaultAnnotationForFields - Annotation Type in edu.umd.cs.findbugs.annotations
This is same as the DefaultAnnotation except it only applies to fields.
DefaultAnnotationForMethods - Annotation Type in edu.umd.cs.findbugs.annotations
This is same as the DefaultAnnotation except it only applies to methods.
DefaultAnnotationForParameters - Annotation Type in edu.umd.cs.findbugs.annotations
This is same as the DefaultAnnotation except it only applies to method parameters.
DesireNoWarning - Annotation Type in edu.umd.cs.findbugs.annotations
Annotation indicating that no FindBugs warning of the specified type is desired.
DesireWarning - Annotation Type in edu.umd.cs.findbugs.annotations
Annotation indicating that a FindBugs warning is desired.
DischargesObligation - Annotation Type in edu.umd.cs.findbugs.annotations
Mark a method as cleaning up a resource.

E

edu.umd.cs.findbugs.annotations - package edu.umd.cs.findbugs.annotations
 
ExpectWarning - Annotation Type in edu.umd.cs.findbugs.annotations
Annotation indicating that a FindBugs warning is expected.

G

getPriorityValue() - Method in enum edu.umd.cs.findbugs.annotations.Priority
 

N

NonNull - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element must not be null.
NoWarning - Annotation Type in edu.umd.cs.findbugs.annotations
Annotation indicating that no FindBugs warning is expected.
Nullable - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element could be null under some circumstances.

O

OverrideMustInvoke - Annotation Type in edu.umd.cs.findbugs.annotations
Used to annotate a method that, if overridden, must (or should) be invoked by an invocation on super in the overriding method.

P

PossiblyNull - Annotation Type in edu.umd.cs.findbugs.annotations
Deprecated. use CheckForNull instead; the name of which more clearly indicates that not only could the value be null, but that good coding practice requires that the value be checked for null.
Priority - Enum in edu.umd.cs.findbugs.annotations
 

R

ReturnValuesAreNonnullByDefault - Annotation Type in edu.umd.cs.findbugs.annotations
This annotation can be applied to a package, class or method to indicate that the methods in that element have nonnull return values by default unless there is: An explicit nullness annotation The method overrides a method in a superclass (in which case the annotation of the corresponding parameter in the superclass applies) there is a default annotation applied to a more tightly nested element.

S

SuppressWarnings - Annotation Type in edu.umd.cs.findbugs.annotations
The set of warnings that are to be suppressed by the compiler in the annotated element.

U

UnknownNullness - Annotation Type in edu.umd.cs.findbugs.annotations
Used to indicate that the nullness of element is unknown, or may vary in unknown ways in subclasses.

V

valueOf(String) - Static method in enum edu.umd.cs.findbugs.annotations.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.umd.cs.findbugs.annotations.When
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.umd.cs.findbugs.annotations.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.umd.cs.findbugs.annotations.When
Returns an array containing the constants of this enum type, in the order they are declared.

W

When - Enum in edu.umd.cs.findbugs.annotations
 

C D E G N O P R S U V W

Copyright © 2011. All Rights Reserved.