WALA/com.ibm.wala.core.tests/src/com/ibm/wala
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
..
core/tests Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-17 15:02:36 -05:00
demandpa/driver further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
examples Resolve the last two Eclipse warnings about using raw types 2018-04-13 12:53:33 -05:00
util/io add missing copyright headers 2013-05-22 15:39:19 -07:00