WALA/com.ibm.wala.core.tests
Ben Liblit 7886fa13dc 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-17 15:02:36 -05:00
..
.settings Let Buildship create new settings files when importing 2018-04-17 15:02:35 -05:00
META-INF java 8 changes 2017-08-25 10:58:00 -04:00
dat changes for handling of 'callbacks' in dynamic CGs 2015-06-28 17:06:21 -04:00
launchers Update Eclipse JUnit test launchers for use with Buildship 2018-04-17 15:02:35 -05:00
src/com/ibm/wala Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-17 15:02:36 -05:00
build.gradle Rename a build task to more clearly reflect what it builds 2018-04-17 15:02:36 -05:00
build.properties Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-17 15:02:35 -05:00
javaCompiler...args generate linux build file 2008-05-29 15:34:20 +00:00
plugin.properties complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
plugin.xml Add stub DOCTYPE declarations for Eclipse plug-in manifest files 2016-11-28 14:55:34 -06:00
pom.xml version 1.4.4-SNAPSHOT 2017-08-06 07:25:20 -07:00