public class State
extends java.lang.Object
See Weimer and Necula, Finding and preventing run-time error handling mistakes, OOPSLA 2004.
Constructor and Description |
---|
State(ObligationFactory factory) |
Modifier and Type | Method and Description |
---|---|
State |
duplicate() |
boolean |
equals(java.lang.Object o) |
ObligationSet |
getObligationSet() |
Path |
getPath() |
int |
hashCode() |
java.lang.String |
toString() |
public State(ObligationFactory factory)
public ObligationSet getObligationSet()
public Path getPath()
public State duplicate()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.