When trying to open a file for which the cache is locked, no error is shown to the user.
To reproduce:
open some file in program
open a new program session, leave old one open.
open the same file in the new session.
Expected: error that cache cannot be opened because it is locked, or, better, file was opened in read-only mode both times so that both sessions can use cache at the same time.
Actual: no error is shown, file does not open. Exception is printed to System.err
When trying to open a file for which the cache is locked, no error is shown to the user.
To reproduce:
Expected: error that cache cannot be opened because it is locked, or, better, file was opened in read-only mode both times so that both sessions can use cache at the same time. Actual: no error is shown, file does not open. Exception is printed to
System.err