edu.umd.cs.findbugs.ba
public class ResourceValueFrame extends Frame<ResourceValue>
Field Summary | |
---|---|
static int | CLOSED
The resource is closed (or unlocked, etc). |
static int | CREATED
The resource has been created, but is not open. |
static int | ESCAPED
The resource escapes the method. |
static int | NONEXISTENT
The resource doesn't exist. |
static int | OPEN
The resource is open (or locked, etc) on paths that include only normal control flow. |
static int | OPEN_ON_EXCEPTION_PATH
The resource is open (or locked, etc) on paths that include exception control flow. |
Constructor Summary | |
---|---|
ResourceValueFrame(int numSlots) |
Method Summary | |
---|---|
int | getStatus() |
void | setStatus(int status) |