ben-manes / caffeine

NullPointerException should not be caught JAVA-E1070
Bug risk
Critical
8 days agoa year old
286      try {
287        entry.setValue(null);
288        fail();
289      } catch (NullPointerException expected) {290      }
291      checkValidState(cache);
292    }