Arthur, > On 22 Mar 2019, at 17:07, Arthur Eubanks <aeuba...@google.com> wrote: > > Sounds good, I'll work on that. > > On Fri, Mar 22, 2019 at 10:02 AM Chris Hegarty <chris.hega...@oracle.com > <mailto:chris.hega...@oracle.com>> wrote: > ... > Daniel has prototyped something > similar for the URI update investigation work. >
Here is a link to what I referred to in the previous email. http://cr.openjdk.java.net/~dfuchs/writeups/updating-uri/iri-prototype/webrev/src/java.base/share/classes/java/net/IRI.java.html <http://cr.openjdk.java.net/~dfuchs/writeups/updating-uri/iri-prototype/webrev/src/java.base/share/classes/java/net/IRI.java.html> From about line 5287. It’s a good place to start. It will be a test library class so doesn’t need to be perfect to start, it can evolve as needed. I hope that it will result in less error-prone and more readable test code. -Chris.