MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getTempDirectory

Method getTempDirectory

src/test/LoaderTest.java:494–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 }
493
494 private String getTempDirectory() {
495 if (tempDir == null) {
496 tempDir = new File(System.getProperty("java.io.tmpdir"),
497 "ejss" + new Random().nextInt()).toString() + File.separator;
498 }
499 return tempDir;
500 }
501
502 public static void main(String[] args) {
503 new LoaderTest();

Callers 2

saveNewZipMethod · 0.95
prepareZipFilesMethod · 0.95

Calls 2

getPropertyMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected