RFR (M): JDK-6394757: rev1: AbstractSet.removeAll semantics are surprisingly dependent on relative sizes
Martin Buchholz
martinrb at google.com
Sun May 26 16:25:39 UTC 2019
On Mon, May 13, 2019 at 5:29 PM Stuart Marks <stuart.marks at oracle.com>
wrote:
>
> - addition of FIXME comment and reference to javadoc bug report, where
> doc
> comment from interface cannot be inherited
>
This is yet another symptom of Java's fundamental design mistake of being
unable to simply inherit implementation, that we have learned to live with.
"Inheritance is not subtyping"
More information about the core-libs-dev
mailing list