Description
In TempFileManager, in the static initialization block, if tmpFiles is set to NULL because tmpDir.listFiles() returns NULL (eg. tmpDir does not exist), then a NPE occurs in the following for loop on line 191.
In TempFileManager, in the static initialization block, if tmpFiles is set to NULL because tmpDir.listFiles() returns NULL (eg. tmpDir does not exist), then a NPE occurs in the following for loop on line 191.