Files
gerrit/java
Patrick Hiesel 8d914642c6 Fix NPE in ProjectCacheImpl
The cause of the caught exception in checkedGet can be null. This makes
the instanceof check false and we would enter the if-condition.
Throwables#throwIfInstanceOf requires the parameter to be non-null.

This commit fixed the described NPE scenario.

Change-Id: Ie2158642c9676dfb1d34b9a11c2280b6067d0dc5
2018-07-30 14:35:56 +02:00
..
2018-07-30 14:35:56 +02:00
2018-06-05 13:06:05 +02:00