Re: RFR 8235930 : java.util.regex.PrintPattern does not print a link to the next node

2019-12-15 Thread Ivan Gerasimov
Thank you Martin! Pushed. On 12/14/19 10:45 PM, Martin Buchholz wrote: Looks Good To Me. -- With kind regards, Ivan Gerasimov

Re: RFR 8235930 : java.util.regex.PrintPattern does not print a link to the next node

2019-12-14 Thread Martin Buchholz
Looks Good To Me. On Sat, Dec 14, 2019 at 11:42 AM Ivan Gerasimov wrote: > Thank you Martin for looking at this! > On 12/14/19 6:58 AM, Martin Buchholz wrote: > > Hi Ivan, > > Did you mean to change from System.err to System.out? > > Yes. The first string that this utility prints in main() goes

Re: RFR 8235930 : java.util.regex.PrintPattern does not print a link to the next node

2019-12-14 Thread Ivan Gerasimov
Thank you Martin for looking at this! On 12/14/19 6:58 AM, Martin Buchholz wrote: Hi Ivan, Did you mean to change from System.err to System.out? Yes.  The first string that this utility prints in main() goes to System.out. Not sure why the rest would need to go to another stream. I might ha

Re: RFR 8235930 : java.util.regex.PrintPattern does not print a link to the next node

2019-12-14 Thread Martin Buchholz
Hi Ivan, Did you mean to change from System.err to System.out? I might have fixed the overloading by giving one of the overloaded methods a better name. How about private static void printIndented(String s, int depth) On Fri, Dec 13, 2019 at 12:11 PM Ivan Gerasimov wrote: > Hello! > > The jav

RFR 8235930 : java.util.regex.PrintPattern does not print a link to the next node

2019-12-13 Thread Ivan Gerasimov
Hello! The java.util.regex package contains a debugging utility PrintPattern which is used to display the internal representation structure of a compiled regex pattern. When it prints a node that is linked to another node that has already been printed, it is supposed to print a link, but fai