|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Nullable | |
---|---|
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.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.constant | |
edu.umd.cs.findbugs.classfile.analysis | Classes of objects that are the result of executing an analysis engine on a class or method. The classes in this particular package are those that are independent of any particular bytecode-analysis framework (e.g., BCEL or ASM). Two important classes in this package are ClassData, which represents the raw data of a class, and ClassInfo, which represents symbolic information parsed from the class data. |
Uses of Nullable in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs with annotations of type Nullable | |
---|---|
BugDesignation |
BugInstance.getUserDesignation()
Deprecated. |
Uses of Nullable in edu.umd.cs.findbugs.ba |
---|
Method parameters in edu.umd.cs.findbugs.ba with annotations of type Nullable | |
---|---|
protected FrameType |
FrameDataflowAnalysis.modifyFrame(FrameType orig,
FrameType copy)
Create a modifiable copy of a frame. |
Uses of Nullable in edu.umd.cs.findbugs.ba.bcp |
---|
Constructor parameters in edu.umd.cs.findbugs.ba.bcp with annotations of type Nullable | |
---|---|
FieldVariable(ValueNumber ref,
java.lang.String className,
java.lang.String fieldName,
java.lang.String fieldSig)
Constructor for instance fields. |
|
Invoke(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
int mode,
RepositoryLookupFailureCallback lookupFailureCallback)
Constructor. |
Uses of Nullable in edu.umd.cs.findbugs.ba.constant |
---|
Constructor parameters in edu.umd.cs.findbugs.ba.constant with annotations of type Nullable | |
---|---|
Constant(java.lang.Object value)
Constructor for a constant value. |
Uses of Nullable in edu.umd.cs.findbugs.classfile.analysis |
---|
Methods in edu.umd.cs.findbugs.classfile.analysis with annotations of type Nullable | |
---|---|
AnnotationValue |
AnnotatedObject.getAnnotation(ClassDescriptor desc)
|
AnnotationValue |
MethodInfo.getParameterAnnotation(int param,
ClassDescriptor desc)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |