WALA/com.ibm.wala.core/src/com/ibm/wala/cfg/exc/intra
Ben Liblit 544a71ae72 Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
..
ExplodedCFGNullPointerAnalysis.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
IntraprocNullPointerAnalysis.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
MethodState.java scandriod merge 2014-10-01 21:32:36 -04:00
MutableCFG.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
NegativeGraphFilter.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
NullPointerFrameWork.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
NullPointerSolver.java Fix or suppress all 242 Eclipse warnings about unused parameters 2017-07-31 15:29:00 -07:00
NullPointerState.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
NullPointerTransferFunctionProvider.java Attempt to fix intraprocedural Nullpointer analysis by respecting phi nodes, and correctly initializing entry variables. 2016-12-07 17:56:48 +01:00
OperatorUtil.java Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
ParameterState.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00
SSACFGNullPointerAnalysis.java Remove type arguments that Java 1.7+ can infer for us 2017-12-04 14:04:39 -08:00