edu.umd.cs.findbugs.ba

Class ResourceValueFrame

public class ResourceValueFrame extends Frame<ResourceValue>

Field Summary
static intCLOSED
The resource is closed (or unlocked, etc).
static intCREATED
The resource has been created, but is not open.
static intESCAPED
The resource escapes the method.
static intNONEXISTENT
The resource doesn't exist.
static intOPEN
The resource is open (or locked, etc) on paths that include only normal control flow.
static intOPEN_ON_EXCEPTION_PATH
The resource is open (or locked, etc) on paths that include exception control flow.
Constructor Summary
ResourceValueFrame(int numSlots)
Method Summary
intgetStatus()
voidsetStatus(int status)

Field Detail

CLOSED

public static final int CLOSED
The resource is closed (or unlocked, etc).

CREATED

public static final int CREATED
The resource has been created, but is not open.

ESCAPED

public static final int ESCAPED
The resource escapes the method.

NONEXISTENT

public static final int NONEXISTENT
The resource doesn't exist.

OPEN

public static final int OPEN
The resource is open (or locked, etc) on paths that include only normal control flow.

OPEN_ON_EXCEPTION_PATH

public static final int OPEN_ON_EXCEPTION_PATH
The resource is open (or locked, etc) on paths that include exception control flow.

Constructor Detail

ResourceValueFrame

public ResourceValueFrame(int numSlots)

Method Detail

getStatus

public int getStatus()

setStatus

public void setStatus(int status)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.