WALA/com.ibm.wala.dalvik.test/source/com/ibm/wala/dalvik/drivers
Ben Liblit 790d37781b Convert many single-method anonymous classes to lambdas
Eclipse's automated code clean-up tool did most of the heavy lifting
here: it specifically has a clean-up option for converting functional
interfaces to lambdas.  I merely had to revert the automated changes
for a single enumeration class for which it produced invalid results,
and for a few test inputs that apparently aren't set up to be compiled
with Java 8.
2017-11-27 11:31:15 -06:00
..
APKCallGraphDriver.java Convert many single-method anonymous classes to lambdas 2017-11-27 11:31:15 -06:00