WALA/com.ibm.wala.core/src/com/ibm/wala/ipa/modref
Ben Liblit fbf9abfa3a Fix Eclipse type-safety warnings in overrides of `ModRef` visitor-making methods (#175)
* Add missing type parameters to overrides of ModRef.makeModVisitor

* Add missing type parameters to overrides of ModRef.makeRefVisitor

This also required slightly generalizing the generic type signature of
the ModRef.makeRefVisitor return type.  Instead of returning
"RefVisitor<T, ExtendedHeapModel>", we now return "RefVisitor<T, ?
extends ExtendedHeapModel>".  We need that extra flexibility because
at least one override of this method returns a RefVisitor whose second
generic type parameter is a subclass of ExtendedHeapModel.
2017-05-03 19:37:58 -07:00
..
ArrayLengthKey.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
DelegatingExtendedHeapModel.java more support for Java 7: 2014-08-07 16:02:48 -04:00
ExtendedHeapModel.java Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
GenReach.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
ModRef.java Fix Eclipse type-safety warnings in overrides of `ModRef` visitor-making methods (#175) 2017-05-03 19:37:58 -07:00
ModRefFieldAccess.java scandriod merge 2014-10-01 21:32:36 -04:00