resources.report.rules.findbugs.NP_ALWAYS_NULL.html Maven / Gradle / Ivy
NP_ALWAYS_NULL
NP: Null pointer dereference (NP_ALWAYS_NULL)
A null pointer is dereferenced here. This will lead to a
NullPointerException
when the code is executed.