-
Enhancement
-
Resolution: Rejected
-
P4
-
None
-
7
-
generic
-
generic
When making a class implement the generic version of the Comparable interaface, using a type instantiation that is not itself Comparable (e.g. Object) is often the sign of a API design error. This might be appropriate as a lint warning.