WALA/com.ibm.wala.core/src/com/ibm/wala/escape
Ben Liblit 9921fe37e6 Generalize a generic type parameter even more
As it turns out, I should have been using "? extends InstanceKey" rather
than "? super InstanceKey".  But really, we can just use "?" here since
HeapGraph itself constrains its own type parameter appropriately.
2017-03-22 16:15:41 -05:00
..
FILiveObjectAnalysis.java Generalize a generic type parameter even more 2017-03-22 16:15:41 -05:00
ILiveObjectAnalysis.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
IMethodEscapeAnalysis.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
INodeEscapeAnalysis.java Remove redundant casts and imports, improve doc comments 2014-06-26 17:51:26 +02:00
LocalLiveRangeAnalysis.java replace Filter with Predicate 2014-11-25 13:23:47 -06:00
TrivialMethodEscape.java Fix 132 Eclipse warnings about using raw generic types 2017-03-15 11:08:20 -05:00