
resources.report.rules.spotbugs.EC_NULL_ARG.html Maven / Gradle / Ivy
EC_NULL_ARG
EC: Call to equals(null) (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