WALA/com.ibm.wala.core.tests/src/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
..
arraybounds Remove "throws XYZ" declarations where XYZ cannot be thrown 2017-07-28 10:20:28 -07:00
basic Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
callGraph more work for reuse 2018-02-14 09:00:07 -05:00
cfg/exc Use Iterator2Iterable helper to convert more loops to for-each 2017-12-04 14:04:39 -08:00
cha Fix bug with method lookup (#276) 2017-12-23 16:38:26 -08:00
collections Remove some unnecessary warning suppressions 2017-08-05 13:29:50 -07:00
demandpa further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
exceptionpruning further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
ir Use modern for-each loops where possible 2017-11-28 14:44:53 -06:00
plugin Convert all Java source files to use Unix line endings; no semantic change 2012-09-04 15:56:05 -07:00
ptrs further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
shrike Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-17 15:02:36 -05:00
slicer further refactoring to enable more reuse 2018-02-05 15:18:37 -08:00
typeInference Fix 65 Eclipse warnings about unused exception parameters 2017-03-20 00:44:39 -05:00
util Merge branch 'master' of https://github.com/wala/WALA 2017-04-24 16:28:34 -04:00