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

resources.report.rules.spotbugs.NP_NULL_PARAM_DEREF.html Maven / Gradle / Ivy

Go to download

Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

The newest version!


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