WALA/com.ibm.wala.core/src/com/ibm/wala/ipa/modref
Raffi Khatchadourian 97a6496c1f AnalysisCache -> IAnalysisCache, additional ignore, increased visibility, generic fixes (#172)
* Use IAnalysisCacheView instead of AnalysisCache. (#1)

It seems that some additional types need to be changed due to
d24519e974. This may not be inclusive,
however.

* Increase visibility of several methods and constructors.

Used for creating custom contexts and context selectors.

* Ignore the results directory.

* Some generic type fixes in ModRef.java.
2017-05-03 09:20:03 -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 AnalysisCache -> IAnalysisCache, additional ignore, increased visibility, generic fixes (#172) 2017-05-03 09:20:03 -07:00
ModRefFieldAccess.java scandriod merge 2014-10-01 21:32:36 -04:00