As of now, AA creates a temporary directory with always the same name for a given user. EA inherited from this.
It would be far better to use a fresh directory name at each time, otherwise interferences do happen.
It is set here:
|
private static synchronized String alloyHome() { |
Apparently, the Java standard API proposes a method for this since Java 1.7.