WALA/com.ibm.wala.shrike/src/com/ibm/wala
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
..
shrike Merge branch 'warning-fixes-resource-management' of https://github.com/liblit/WALA 2017-03-13 10:44:38 -04:00
shrikeBT Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
shrikeCT Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
sourcepos Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00