WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/typeInference
Ben Liblit aaf66705e1 Fix 65 Eclipse warnings about unused exception parameters
In the cases addressed here, the caught exception was being "handled"
by throwing some new exception.  Instead of discarding the old
exception, pass it to the new exception's constructor to indicate the
original cause of the newly-created exception.  This practice, called
"exception chaining", can often be useful in debugging.
2017-03-20 00:44:39 -05:00
..
TypeInferenceTest.java Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00