Class State
java.lang.Object
edu.umd.cs.findbugs.ba.obl.State
Error-handling obligation analysis state. This is a set of obligations and a
program path on which they are outstanding (not cleaned up).
See Weimer and Necula, Finding and preventing run-time error handling mistakes, OOPSLA 2004.
- Author:
- David Hovemeyer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
State
-
-
Method Details
-
getObligationSet
- Returns:
- Returns the obligationSet.
-
getPath
- Returns:
- Returns the path.
-
duplicate
-
equals
-
hashCode
-
toString
-