gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.49k stars 371 forks source link

Make string.split implement Java8 semantics #8868

Open dankurka opened 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 8913


Found in GWT Release (e.g. 2.4.0, 2.5.1, trunk):

N/A

Encountered on OS / Browser (e.g. WinXP, IE9, FF10):

N/A

Detailed description (please be as specific as possible):

String.split has different semantics in Java 8 (@see StringTest.testSplit_emptyExpr)

Shortest code snippet which demonstrates issue (please indicate where
actual result differs from expected result):

Workaround if you have one:

Links to relevant GWT Developer Forum posts:

Link to patch posted at http://gwt-review.googlesource.com

Reported by rluble@google.com on 2014-09-23 17:52:11

dankurka commented 9 years ago

Reported by rluble@google.com on 2014-09-25 00:32:05