
resources.report.rules.spotbugs.NP_NULL_PARAM_DEREF.html Maven / Gradle / Ivy
NP_NULL_PARAM_DEREF
NP: Method call passes null for non-null parameter (NP_NULL_PARAM_DEREF)
This method call passes a null value for a non-null method parameter.
Either the parameter is annotated as a parameter that should
always be non-null, or analysis has shown that it will always be
dereferenced.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy