WALA/com.ibm.wala.dalvik
Ben Liblit b14804bfdc Don't put fixed-name, writable files into "java.io.tmpdir"
If multiple tests both write to "/tmp/cg.txt" (for example), then
these tests cannot safely run concurrently.  That never used to be a
problem with Maven, since our Maven tests were all strictly sequential
anyway.  But parallelized testing using Gradle requires that we do
better.  Fortunately, Java has perfectly reasonable APIs for
generating uniquely-named temporary files and directories.
2018-04-18 11:29:29 -05:00
..
.settings Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
META-INF Restore old manifests in hope of fixing Maven regressions 2018-04-18 11:29:29 -05:00
models scandriod merge 2014-10-01 21:32:36 -04:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
src Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-18 11:29:29 -05:00
.gitignore dalvik test infrastructure 2015-04-05 21:22:55 -04:00
apkCGBuilder.xml Add stub DOCTYPE declarations for various hand-authored XML files 2016-11-28 14:55:34 -06:00
build.gradle Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05: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 Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04: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

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.