Details
-
Improvement
-
Resolution: Fixed
-
Major
-
7.4.1
-
None
Description
Main use case being Velocity. Velocity auto convert does not work because the signature of the method is compareTo(Objet) so it always match.
The solution is to introduce an explicit compareTo(String) method.