WALA/com.ibm.wala.ide
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
..
.settings Use consistent Java versions, usually 1.7 2016-11-29 21:29:30 -06:00
META-INF switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00
src/com/ibm/wala/ide Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
.classpath Use consistent Java versions, usually 1.7 2016-11-29 21:29:30 -06:00
.cvsignore Major refactoring to introduce com.ibm.wala.ide. Many related changes and patches from Marcelo Paternostro. 2009-06-22 15:06:37 +00:00
.project complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
build.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
pom.xml switch version to 1.3.10-SNAPSHOT 2016-05-10 22:53:28 +09:00