MissingImplementsComparable
Classes implementing valid compareTo function should implement Comparable interface

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("MissingImplementsComparable") to the enclosing element.