WALA/com.ibm.wala.shrike/src/com/ibm/wala/shrike/instrumentation
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
..
CodeScraper.java Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-18 11:29:29 -05:00