Discussion:
Why isEmpty(), retainAll() and containsAll() not supported with default implementations in JDK8?
Roman Leventov
2014-02-14 09:20:20 UTC
Permalink
I'm sure there was a discussion somewhere in JDK mailing lists, but I couldn't find. Please, give me a link.

I've tried to ask on SO: http://stackoverflow.com/questions/21758081/why-many-methods-in-jcf-interfaces-not-made-default-in-java-8, proved that JDK developers doesn't read SO :)
Rob McKenna
2014-02-14 13:03:18 UTC
Permalink
Hi Roman,

I think the core-libs-dev at openjdk.java.net list would make more sense
for this question.

Also, you could try a google search of
mail.openjdk.java.net/pipermail/core-libs-dev/

-Rob
Post by Roman Leventov
I'm sure there was a discussion somewhere in JDK mailing lists, but I couldn't find. Please, give me a link.
I've tried to ask on SO: http://stackoverflow.com/questions/21758081/why-many-methods-in-jcf-interfaces-not-made-default-in-java-8, proved that JDK developers doesn't read SO :)
Jaroslav Bachorik
2014-02-14 13:12:09 UTC
Permalink
Post by Rob McKenna
Hi Roman,
I think the core-libs-dev at openjdk.java.net list would make more sense
for this question.
Also, you could try a google search of
mail.openjdk.java.net/pipermail/core-libs-dev/
-Rob
Post by Roman Leventov
I'm sure there was a discussion somewhere in JDK mailing lists, but I
couldn't find. Please, give me a link.
http://stackoverflow.com/questions/21758081/why-many-methods-in-jcf-interfaces-not-made-default-in-java-8,
proved that JDK developers doesn't read SO :)
Stuart Marks gave you a pretty exhausting explanation there, hasn't he?

-JB-
Loading...