Reports calls to Map.get() which could be replaced with getOrDefault(), computeIfAbsent() or putIfAbsent().

This inspection only reports if the project or module is configured to use a language level of 8 or higher.

New in 2016.3