ProgrammingLife2017 / Desoxyribonucleinezuur

Apache License 2.0
2 stars 1 forks source link

No error is given when file cannot be opened #264

Open MeAmAnUsername opened 7 years ago

MeAmAnUsername commented 7 years ago

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