-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
-
generic
-
generic
Javac implements this restriction that the methods hashCode, equals and toString from jlO cannot be invoked on a primitive object receiver via super.{hashCode, equals, toString} - This was ancient historic behavior and has no meaning anymore - Now a primitive class author is not forbidden from expressly defining these methods and if so desired call super.xxx as part of their implementation (or anywhere else)
Confirmed with John Rose that this restriction is irregular, unnecessary, & obsolete.
Confirmed with John Rose that this restriction is irregular, unnecessary, & obsolete.