Revised to break up long exception statements; webrev: http://cr.openjdk.java.net/~jlaskey/8202442/webrev-01/index.html
> On Sep 18, 2018, at 3:03 PM, Jim Laskey <james.las...@oracle.com> wrote: > > Do you mean the throws specifically? If so, of course. > > > >> On Sep 18, 2018, at 2:51 PM, Jim Laskey <james.las...@oracle.com> wrote: >> >> Please review the code for String::unescape. Used to translate escape >> sequences in a string, typically in a raw string literal, into characters >> represented by those escapes. >> >> webrev: http://cr.openjdk.java.net/~jlaskey/8202442/webrev/index.html >> jbs: https://bugs.openjdk.java.net/browse/JDK-8202442 >> csr: https://bugs.openjdk.java.net/browse/JDK-8202443 >> >> Cheers, >> >> — Jim >> >