Reports if null-checking method (like
Objects.requireNonNull
or
Assert.assertNotNull
) is called on the value which is obviously non-null. Such check is redundant and may indicate a programming error.
New in 2017.2