All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.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 - 2024 Weber Informatics LLC | Privacy Policy