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( "" );