LGTM
It looks like there is a little ambiguity as to what should happen in
these cases:
"".split(",", 0);I would expect the return the be an empty array, but that is n't what the JRE does according to dan. +1 for being consistent with the JRE. http://gwt-code-reviews.appspot.com/126821 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
