WALA/com.ibm.wala.core.tests/src/com/ibm/wala/core/tests/ir
Ben Liblit ebfd885d22 Use modern for-each loops where possible
Java sources used as test data have been excluded from this mass
clean-up.
2017-11-28 14:44:53 -06:00
..
AnnotationTest.java Remove some unnecessary warning suppression annotations 2017-08-28 11:55:56 -07:00
CFGSanitizerTest.java Fix 92 deprecation warnings 2017-03-17 21:18:26 -05:00
CFGTest.java changes for analysis cache view 2017-03-15 22:06:19 -04:00
CornerCasesTest.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
DeterministicIRTest.java Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
LocalNamesTest.java Merge branch 'master' of https://github.com/wala/WALA 2017-03-30 21:58:56 -04:00
MultiNewArrayTest.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
TypeAnnotationTest.java Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00