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

resources.report.rules.findbugs.EC_NULL_ARG.html Maven / Gradle / Ivy



EC: Call to equals() with null argument (EC_NULL_ARG)


EC: Call to equals() with null argument (EC_NULL_ARG)

This method calls equals(Object), passing a null value as the argument. According to the contract of the equals() method, this call should always return false.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy