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

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



EQ_ABSTRACT_SELF

Eq: Abstract class defines covariant equals() method (EQ_ABSTRACT_SELF)

This class defines a covariant version of equals().  To correctly override the equals() method in java.lang.Object, the parameter of equals() must have type java.lang.Object.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy