| Package | Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
XMethodParameter.compareTo(XMethodParameter mp2)  | 
| Modifier and Type | Method and Description | 
|---|---|
XMethodParameter | 
PointerUsageRequiringNonNullValue.getNonNullParameter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static IsNullValue | 
IsNullValue.parameterMarkedAsMightBeNull(XMethodParameter mp)
Get instance representing a parameter marked as MightBeNull 
 | 
static IsNullValue | 
IsNullValue.parameterMarkedAsNonnull(XMethodParameter mp)
Get instance representing a parameter marked as Nonnull 
 | 
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.