WALA/com.ibm.wala.dalvik
Ben Liblit 11828c57f4 Update more parts of the build configuration to use Java 8
Julian Dolby assures me that WALA is now supposed to be using Java 8
everywhere.  This covers nearly all remaining places that I can find
where an earlier Java version was still being used.  (The few
exceptions are places where switching to Java 8 causes test failures.
I'll address those separately, probably by reaching out to the WALA
maintainers for help.)
2017-11-26 18:46:00 -06:00
..
.settings Treat diagnostics about unchecked type operations as errors 2017-08-28 11:55:56 -07:00
META-INF cleanups and changes for TAMU work 2017-11-22 18:24:39 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
models scandriod merge 2014-10-01 21:32:36 -04:00
src Be explicit about the type parameter in generic static method calls 2017-08-28 11:55:56 -07:00
.classpath cleanups and changes for TAMU work 2017-11-22 18:24:39 -05:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
.project make com.ibm.wala.dalvik a plugin project 2013-02-01 11:17:27 +01:00
README scandriod merge 2014-10-01 21:32:36 -04:00
StringTest.apk add android lib, model and example app to make test run possible (only temporary) 2013-02-01 11:13:03 +01:00
apkCGBuilder.xml Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
build.properties cleanups and changes for TAMU work 2017-11-22 18:24:39 -05:00
build.xml Update more parts of the build configuration to use Java 8 2017-11-26 18:46:00 -06:00
mvncentral.xml Update Maven Central configurations to also use Java 8 (#264) 2017-11-23 12:55:05 -08:00
pom.xml fetch guava 22 2017-08-06 19:30:16 -04:00

README

NOTICE
======

This project was extracted from the SCanDroid project:

https://github.com/SCanDroid

(c) Copyright 2009-2012

The preferred license for SCanDroid is the BSD License and the majority of the SCanDroid software is licensed with it.

Based on that license, the code in WALA is being redistributed under the EPL.