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

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



CO_SELF_NO_OBJECT

Co: Covariant compareTo() method defined (CO_SELF_NO_OBJECT)

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy