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.
Objects.requireNonNull
Assert.assertNotNull
New in 2017.2