Hi
Lately I started working with intellij and its inspections mechanism seems to be too sensitive but I want to make sure I'm not missing something. I set the following
private Cache<String, AnObject> objectsCache = null; (Initialization comes later on)
It marks both String and AnObject with a warning:
Non-null type argument is expected
What am I missing?
Thanks
Hi
Lately I started working with intellij and its inspections mechanism seems to be too sensitive but I want to make sure I'm not missing something. I set the following
private Cache<String, AnObject> objectsCache = null;(Initialization comes later on)It marks both
StringandAnObjectwith a warning:What am I missing?
Thanks