|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckForNull | |
---|---|
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.npe | |
edu.umd.cs.findbugs.visitclass |
Uses of CheckForNull in edu.umd.cs.findbugs.ba |
---|
Methods in edu.umd.cs.findbugs.ba with annotations of type CheckForNull | |
---|---|
java.util.BitSet |
ClassContext.getBytecodeSet(org.apache.bcel.classfile.Method method)
Get a BitSet representing the bytecodes that are used in the given method. |
SourceInfoMap.SourceLineRange |
SourceInfoMap.getClassLine(java.lang.String className)
Look up the line number range for a class. |
SourceInfoMap.SourceLineRange |
SourceInfoMap.getFieldLine(java.lang.String className,
java.lang.String fieldName)
Look up the line number range for a field. |
org.apache.bcel.generic.MethodGen |
ClassContext.getMethodGen(org.apache.bcel.classfile.Method method)
Get a MethodGen object for given method. |
SourceInfoMap.SourceLineRange |
SourceInfoMap.getMethodLine(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSignature)
Look up the line number range for a method. |
NullnessAnnotation |
NullnessAnnotationDatabase.getResolvedAnnotation(java.lang.Object o,
boolean getMinimal)
|
AnnotationEnum |
AnnotationDatabase.getResolvedAnnotation(java.lang.Object o,
boolean getMinimal)
|
AnnotationEnum |
AnnotationDatabase.getUncachedResolvedAnnotation(java.lang.Object o,
boolean getMinimal)
|
static NullnessAnnotation |
NullnessAnnotation.Parser.parse(java.lang.String s)
|
static CheckReturnValueAnnotation |
CheckReturnValueAnnotation.parse(java.lang.String s,
java.lang.String priority)
|
Uses of CheckForNull in edu.umd.cs.findbugs.ba.npe |
---|
Constructor parameters in edu.umd.cs.findbugs.ba.npe with annotations of type CheckForNull | |
---|---|
IsNullConditionDecision(ValueNumber value,
IsNullValue ifcmpDecision,
IsNullValue fallThroughDecision)
Constructor. |
|
IsNullConditionDecision(ValueNumber value,
IsNullValue ifcmpDecision,
IsNullValue fallThroughDecision)
Constructor. |
|
IsNullConditionDecision(ValueNumber value,
IsNullValue ifcmpDecision,
IsNullValue fallThroughDecision)
Constructor. |
Uses of CheckForNull in edu.umd.cs.findbugs.visitclass |
---|
Methods in edu.umd.cs.findbugs.visitclass with annotations of type CheckForNull | |
---|---|
static org.apache.bcel.classfile.JavaClass |
Util.getOuterClass(org.apache.bcel.classfile.JavaClass obj)
Determine the outer class of obj. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |