Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4
Description
Steps to reproduce:
- Create a new MemStore object (or use an exisiting object)
- call `.get(String)` with a key for which no corresponding object exist
Expected behavior:
- Return value is `null` (as per JavaDoc)
Actual behavior:
- throws NullPointerException in `getPersistent`