Re: RFR: 8276694: Pattern trailing unescaped backslash causes internal error

2022-01-11 Thread Ian Graves
On Mon, 20 Dec 2021 09:57:14 GMT, Masanori Yano wrote: > Could you please review the 8276694 bug fixes? > > A message specific for this exception should be printed instead of an > internal error. This fix adds a new check to output an appropriate exception > message when the regular expression

Re: RFR: 8276694: Pattern trailing unescaped backslash causes internal error

2022-01-06 Thread Jim Laskey
On Mon, 20 Dec 2021 09:57:14 GMT, Masanori Yano wrote: > Could you please review the 8276694 bug fixes? > > A message specific for this exception should be printed instead of an > internal error. This fix adds a new check to output an appropriate exception > message when the regular expression

Re: RFR: 8276694: Pattern trailing unescaped backslash causes internal error

2022-01-05 Thread Masanori Yano
On Mon, 20 Dec 2021 09:57:14 GMT, Masanori Yano wrote: > Could you please review the 8276694 bug fixes? > > A message specific for this exception should be printed instead of an > internal error. This fix adds a new check to output an appropriate exception > message when the regular expression

RFR: 8276694: Pattern trailing unescaped backslash causes internal error

2021-12-20 Thread Masanori Yano
Could you please review the 8276694 bug fixes? A message specific for this exception should be printed instead of an internal error. This fix adds a new check to output an appropriate exception message when the regular expression ends with an unescaped backslash. This fix also checks the positi