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.ba.npe | |
edu.umd.cs.findbugs.ba.vna |
Modifier and Type | Method and Description |
---|---|
static LocalVariableAnnotation |
LocalVariableAnnotation.findMatchingIgnoredParameter(ClassContext classContext,
org.apache.bcel.classfile.Method method,
java.lang.String name,
java.lang.String signature) |
static LocalVariableAnnotation |
LocalVariableAnnotation.findUniqueBestMatchingParameter(ClassContext classContext,
org.apache.bcel.classfile.Method method,
java.lang.String name,
java.lang.String signature) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(DismantleBytecode visitor,
OpcodeStack.Item item) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(org.apache.bcel.classfile.Method method,
int local,
int position1,
int position2) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(org.apache.bcel.classfile.Method method,
Location location,
org.apache.bcel.generic.IndexedInstruction ins) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getLocalVariableAnnotation(org.apache.bcel.classfile.Method method,
OpcodeStack.Item item,
int pc) |
static LocalVariableAnnotation |
LocalVariableAnnotation.getParameterLocalVariableAnnotation(org.apache.bcel.classfile.Method method,
int local)
Get a local variable annotation describing a parameter.
|
LocalVariableAnnotation |
BugInstance.getPrimaryLocalVariableAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
BugAnnotationVisitor.visitLocalVariableAnnotation(LocalVariableAnnotation localVariableAnnotation) |
Modifier and Type | Method and Description |
---|---|
static LocalVariableAnnotation |
NullDerefAndRedundantComparisonFinder.findLocalAnnotationFromValueNumber(org.apache.bcel.classfile.Method method,
Location location,
ValueNumber valueNumber,
ValueNumberFrame vnaFrame)
|
Modifier and Type | Method and Description |
---|---|
static LocalVariableAnnotation |
ValueNumberSourceInfo.findLocalAnnotationFromValueNumber(org.apache.bcel.classfile.Method method,
Location location,
ValueNumber valueNumber,
ValueNumberFrame vnaFrame) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.