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.
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:
Electrum/electrum/src/main/java/edu/mit/csail/sdg/alloy4whole/SimpleGUI.java
Line 590 in 085f5f0
Apparently, the Java standard API proposes a method for this since Java 1.7.