Re: JDK 8: Second Release Candidate

2014-02-14 Thread Brenden Towey
Also, I have another gripe. I was reminded of this as I was installing the new Java 8 bits, and I temporarily removed the older Java 8 version. C:\Users\Brenden\Dev\proj\Test2\build\classes>java -version java version "1.7.0_45" Java(TM) SE Runtime Environment (build 1.7.0_45-b18) Java HotSpot(T

Re: JDK 8: Second Release Candidate

2014-02-14 Thread Brenden Towey
I'd like to make a bug report. Java has had for a while now a bug in its regex system which I'd like to see fixed. The short of it is that the \z pattern does not return 'requiresEnd' and it should. public void endTest() { Matcher m = Pattern.compile( "\\z" ).matcher( "" );

Re: Why isEmpty(), retainAll() and containsAll() not supported with default implementations in JDK8?

2014-02-14 Thread Jaroslav Bachorik
On 14.2.2014 14:03, Rob McKenna wrote: Hi Roman, I think the core-libs-...@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 On 14/02/14 09:20, Roman Leventov wrote: I'm sure there wa

Re: Why isEmpty(), retainAll() and containsAll() not supported with default implementations in JDK8?

2014-02-14 Thread Rob McKenna
Hi Roman, I think the core-libs-...@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 On 14/02/14 09:20, Roman Leventov wrote: I'm sure there was a discussion somewhere in JDK maili

Why isEmpty(), retainAll() and containsAll() not supported with default implementations in JDK8?

2014-02-14 Thread 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 :)