WALA/com.ibm.wala.util/src/com/ibm/wala/util/graph/impl
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
..
BasicNodeManager.java merge 2013-06-25 11:57:37 -04:00
BasicOrderedMultiGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DelegatingGraph.java merge 2013-06-25 11:57:37 -04:00
DelegatingNumberedEdgeManager.java merge 2013-06-25 11:57:37 -04:00
DelegatingNumberedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
DelegatingNumberedNodeManager.java Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
ExtensionGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
GraphInverter.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
InvertedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
InvertedNumberedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
InvertingEdgeManager.java merge 2013-06-25 11:57:37 -04:00
InvertingNumberedEdgeManager.java merge 2013-06-25 11:57:37 -04:00
NodeWithNumber.java merge 2013-06-25 11:57:37 -04:00
NodeWithNumberedEdges.java merge 2013-06-25 11:57:37 -04:00
NumberedNodeIterator.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
SelfLoopAddedEdgeManager.java cross-cutting changes to make more of WALA runnable with TeaVM. The biggest change is refactoring to AnalysisCache and friends; since TeaVM does not support SoftReference, I needed to add a layer of interfaces so that I can use a more simpleminded caching implementation for TeaVM. There are other changes to Module and friends to break connections with File and URL, which also cause TeaVM grief. I also organized imports in many places to remove unused types that caused trouble. 2017-02-02 20:33:27 -05:00
SelfLoopAddedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
SlowNumberedNodeManager.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
SlowSparseNumberedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
SparseNumberedEdgeManager.java Correct HTML embedded in Javadoc comments 2016-11-28 11:14:41 -06:00
SparseNumberedGraph.java Remove redundant generic type parameters where possible 2017-03-11 21:20:51 -06:00
package.html more conversion to Unix line endings 2012-09-04 15:59:50 -07:00